- Oct 07, 2012
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Not caused by anything we changed recently as far as I can tell.
-
Tim-Philipp Müller authored
-
- Oct 06, 2012
-
-
Tim-Philipp Müller authored
Was an issue in 0.10 as well. https://bugzilla.gnome.org/show_bug.cgi?id=617418
-
Tim-Philipp Müller authored
From 6c0b52c to 6bb6951
-
- Oct 05, 2012
-
-
Wim Taymans authored
Make it into an example of how to dynamically change an element in a playing pipeline using pad blocking.
-
- Oct 04, 2012
-
-
Tim-Philipp Müller authored
Just change default value, since we also don't want to fail if we want to deactivate and aren't active or want to activate and are already active. https://bugzilla.gnome.org/show_bug.cgi?id=685490
-
Andoni Morales Alastruey authored
Fix behaviour to match documentation and decoder class behaviour. https://bugzilla.gnome.org/show_bug.cgi?id=685490
-
Wim Taymans authored
-
Wim Taymans authored
It needs a basetransform patch that makes it prefer the order of the caps property instead of passthrough.
-
- Oct 03, 2012
-
-
-
Michael Smith authored
-
Tim-Philipp Müller authored
Should fix "cannot register existing type `GstPlaybinSelectorPad'" warnings and subsequent errors when creating multiple players at the same time. Conflicts: gst/playback/gststreamselector.c
-
- Oct 02, 2012
-
-
Sebastian Dröge authored
-
- Oct 01, 2012
-
-
-
Olivier Crête authored
Hold both the stream and the object lock to modify the output_state, this way it can be safely modified while hold either one or the other. Also, only hold the object lock in the query https://bugzilla.gnome.org/show_bug.cgi?id=684832
-
Wim Taymans authored
-
- Sep 30, 2012
-
-
GstId3Mux sink pad is an always (static) pad. Thus releasing it as if a request pad triggers: (sound-juicer:11826): GStreamer-CRITICAL **: gst_element_release_request_pad: assertion `GST_PAD_PAD_TEMPLATE (pad) == NULL || GST_PAD_TEMPLATE_PRESENCE (GST_PAD_PAD_TEMPLATE (pad)) == GST_PAD_REQUEST' failed https://bugzilla.gnome.org/show_bug.cgi?id=685110
-
- Sep 29, 2012
-
-
Tim-Philipp Müller authored
Was returning the min-latency value.
-
Tim-Philipp Müller authored
And remove unused ffmpegcolorspace tests in the process. https://bugzilla.gnome.org/show_bug.cgi?id=673285
-
- Sep 28, 2012
-
-
Mark Nauwelaerts authored
... by having some more timestamp tracking in a private frame field. Not doing so would lead to (a.o.) losing the needed minimum timestamp in an earlier sent frame.
-
- Sep 27, 2012
-
-
Sebastian Dröge authored
-
Mark Nauwelaerts authored
-
- Sep 26, 2012
-
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
... and bogus anyway if PTS != DTS
-
Wim Taymans authored
The new-sample signal expects a GstFlowReturn as a result. Add support for external subtitles as well.
-
- Sep 25, 2012
-
-
Mark Nauwelaerts authored
... rather than to output segment, which will only be set to current input segment if some output is produced (coming from non-clipped input). Also fixup debug message.
-
Sebastian Dröge authored
-
- Sep 24, 2012
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Don't try to take STREAM_LOCK on upstream events such as QOS. Protect qos-related variables with object lock instead. Fixes possible deadlock when shutting down in certain situations. https://bugzilla.gnome.org/show_bug.cgi?id=684658
-
- Sep 23, 2012
-
-
Need to store the old running time and frame numbers when renegotiating and start from 0 again when a new caps is set, preventing that framerate changes cause timestamping issues. For example, if a stream pushed 10 buffers on framerate=2/1, its running time will be 5s. If a new framerate of 1/1 is set, it would make the running time go to 10s as it would count those 10 buffers as being sent on this new framerate. Fixes camerbin unit test. https://bugzilla.gnome.org/show_bug.cgi?id=682973
-
Tim-Philipp Müller authored
Delay sending of caps event so that it is sent only after the stream-start event.
-
Tim-Philipp Müller authored
-
- Sep 22, 2012
-
-
Tim-Philipp Müller authored
From 4f962f7 to 6c0b52c
-
- Sep 21, 2012
-
-
Tim-Philipp Müller authored
Was missing the header file change.
-
Tim-Philipp Müller authored
-
- Sep 20, 2012
-
-
Sebastian Dröge authored
-
Olivier Crête authored
Fixes segfault as queries/events can happen after a reset
-
- Sep 19, 2012