- Sep 02, 2010
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
- Aug 25, 2010
-
-
Sebastian Dröge authored
-
- Aug 23, 2010
-
-
David Schleef authored
Call gst_buffer_make_metadata_writable() on buffers that are duplicated into fields. Fixes #627689.
-
- Aug 21, 2010
-
-
Sebastian Dröge authored
-
- Aug 19, 2010
-
-
Thiago Santos authored
Check if we have data on the adapter and fail if not. Fixes #627413
-
- Aug 13, 2010
-
-
Stefan Kost authored
From 3e8db1d to ec60217
-
- Aug 12, 2010
-
-
Sebastian Dröge authored
imagefreeze: Send close segments when seeking only for non-flushing seeks and if we already sent a newsegment event Fixes bug #626619.
-
- Aug 11, 2010
-
-
Tim-Philipp Müller authored
-
Mark Nauwelaerts authored
... when one of the subatoms has a large/invalid size. Fixes #626609.
-
- Aug 10, 2010
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
From bd2054b to 3e8db1d
-
- Aug 08, 2010
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Removes clutter in plugin dir paths. This is only used to find the -good plugins for unit tests of ugly/bad/ffmpeg/etc. in an uninstalled setup.
-
- Aug 06, 2010
-
-
Tim-Philipp Müller authored
-
Sjoerd Simons authored
The format list should be sorted from high ranks to low ranks. In the GSList sorting function this means the compare needs to return a positive value if format a has a lower rank than format b. Among other things this fixes v4l2src to prefer non-emulated formats to emulated formats when built against libv4l.
-
Sebastian Dröge authored
Make sure that we have the same color format on all streams, i.e. AYUV Fixes bug #625452.
-
- Aug 05, 2010
-
-
Stefan Kost authored
From a519571 to bd2054b
-
- Aug 04, 2010
-
-
-
Sebastian Dröge authored
videomixer: Move debug categories into the source files and add debug category for the blend functions
-
Sebastian Dröge authored
This first checks what is required for ISO C99 support and sets the relevant compiler parameters and if no C99 compiler is found, it checks for a C89 compiler. This enables us to check for and use C89/C99 functions that gcc hides from us without the correct compiler parameters.
-
Philippe Normand authored
The existing get_type() implementation is racy, and the g_type_class_ref() workaround didn't actually work because it was in the wrong function. Since class creation in GObject is thread-safe these days (since 2.16), the class_ref workaround is no longer needed and it is sufficient to ensure the _get_type() function is thread-safe, which G_TYPE_DEFINE does. https://bugzilla.gnome.org/show_bug.cgi?id=624338
-
Sebastian Dröge authored
Otherwise the clocks are redistributed every time the pipeline goes to PAUSED, which is quite expensive.
-
Wim Taymans authored
Use bitreader for parsing the config string Reset state variables when going to READY Parse frame length and use it to keep track of the rtptimestamps
-
Wim Taymans authored
Although the spec says that the clock-rate should always be 90000, some rtsp servers send different clock-rates so we must accept then in order to handle those streams too.
-
Wim Taymans authored
When we can't find any channel or encoding-params on the caps for dynamic payload types, set the default number of channels to 1, as the spec says we should. See #623209
-
Wim Taymans authored
Don't reuse sockets but make the udpsrc element fail the state change when the socket is already in use. If we don't prevent reuse, we might end up using the same port for different streams in some cases. Fixes #622017
-
Wim Taymans authored
-
Wim Taymans authored
When parsing the number of channels, use the encoding-params property from the RTP caps because that is where we can find the channels according to the spec. Fall back to the channels property in the caps when needed. Fixes #623209
-
Wim Taymans authored
Improve error and warning message. Fixes #622577
-
- Aug 02, 2010
-
-
Stefan Kost authored
-
Mark Nauwelaerts authored
G729 packets may only occur intermittently (e.g. cn packets), and as such do not allow for perfect-rtptime calculating rtp times based on frame or byte count. In particular, do not use rtp audio base payloader as base class, but rather base payloader directly.
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
- Jul 29, 2010
-
-
Mark Nauwelaerts authored
Fixes #623357.
-
Thiago Santos authored
Parse mvhd data according to its version to avoid failing on valid files.
-
- Jul 28, 2010
-
-
Thiago Santos authored
According to ISO media base format, the max bitrate is the first one, and the avg comes next.
-
Mark Nauwelaerts authored
Fixes #625371.
-