- Jul 15, 2010
-
-
Tim-Philipp Müller authored
- Jul 06, 2010
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Michael Grzeschik authored
In the case we change the State from READY_TO_NULL the buffers in the pool still hold an open dup file descriptor to the device, therefore the device release function will not be called and the device will probably answer with -EBUSY when we reopen it in the next NULL_TO_READY transition. Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de> See bug #622500 and #612244.
-
Arun Raghavan authored
There seems to be a bug in libmp4v2 that generates a MPEG4BitRateBox as (bufferSizeDB, avgBitrate, maxBitrate) instead of (bufferSizeDB, maxBitrate, avgBitrate), according to the spec. I used the mp4file output while writing this code, so the order is wrong. This patches fixes that. https://bugzilla.gnome.org/show_bug.cgi?id=623654
-
- Jul 05, 2010
-
-
Mark Nauwelaerts authored
Fixes #623585.
-
- Jul 02, 2010
-
-
Tim-Philipp Müller authored
Don't leak result of gst_adapter_take(). There are most likely smarter things we can do, but let's keep things simple for the release. Fixes #623172.
-
-
Andrzej K. Haczewski authored
-
- Jun 30, 2010
-
-
Thijs Vermeir authored
by not sending custom downstream event twice and fix memleak when not handling the event https://bugzilla.gnome.org/show_bug.cgi?id=623196
-
- Jun 29, 2010
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
To avoid false positives when grepping for unportable specifiers.
-
Tim-Philipp Müller authored
-
- Jun 28, 2010
-
-
Tim-Philipp Müller authored
For maintainability reasons and $(builddir). See #622944.
-
Tim-Philipp Müller authored
PluginInfo is quite a sizeable struct, let's not allocate it on the stack, especially not if we're copying it over into another dynamically allocated copy anyway. Fixes #570761.
-
- Jun 27, 2010
-
-
Sebastian Dröge authored
-
Guido Günther authored
-
Sebastian Dröge authored
-
- Jun 26, 2010
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- Jun 25, 2010
-
-
Sebastian Dröge authored
gst_value_set_buffer() increases the refcount and doesn't take ownership of the buffer.
-
- Jun 24, 2010
-
-
Tim-Philipp Müller authored
Fixes unused variable warnings when GStreamer's debugging system has been disabled.
-
Tim-Philipp Müller authored
Only want to load core/base/good plugins here. Fixes #619717.
-
Stefan Kost authored
From 73ff93a to a519571
-
Tim-Philipp Müller authored
Bump gdkpixbufdec's rank to SECONDARY to give it an edge over misc. image decoders in gst-ffmpeg that also have a MARGINAL rank. Fixes #620162.
-
- Jun 23, 2010
-
-
Michael Grzeschik authored
If we restart the Stream in the case of doing a transition from PAUSED_TO_READY and back with READY_TO_PAUSED aso. the duration of the video will get calculated even if we have a avi header with that information. Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
-
Sebastian Dröge authored
We don't support conversion into *all* YUV formats for them, only into I420/YV12/AYUV. Fixes bug #622501.
-
- Jun 22, 2010
-
-
Mark Nauwelaerts authored
Fixes #618982.
-
Stefan Kost authored
Have frame duration in the instance struct and calculate it after changing the caps.
-
- Jun 21, 2010
-
-
Stefan Kost authored
-
Stefan Kost authored
-
- Jun 18, 2010
-
-
Wim Taymans authored
-
Thiago Santos authored
Replace calls to gst_tag_list_get_string_index with gst_tag_list_peek_string_index to avoid a string copy
-
Wim Taymans authored
Avoid spamming the testsuite with these error debug lines.
-
Keith Nicholson authored
On windows builds, sets source address for bind to INADDR_ANY, while maintaining the original multicast group address for subsequent join. Fixes #595978
-
Wim Taymans authored
Skip everything before the @ sign in the url location. VLC uses that as the remote address to connect to (but we ignore it for now). This makes our udp urls compatible with the ones used by VLC. Fixes #597695
-
Wim Taymans authored
Keep a global connection for aggregate control but also keep stream connections for non-aggregate control. Add some helper methods to connect/close/flush the connections.
-
Wim Taymans authored
Add non-aggregate control. Separate retrieving thr SDP from parsing and setting up the streaming from the SDP.
-