- Jul 11, 2013
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Jul 10, 2013
-
-
Sebastian Dröge authored
Otherwise we will remove the bus that would proxy messages to playsink and never set it again. If the sink is already in playsink, all failures are fatal anyway as it's either a sink that worked before or one that was set by the user. https://bugzilla.gnome.org/show_bug.cgi?id=701997
-
Sebastian Dröge authored
-
Sebastian Dröge authored
Otherwise the behaviour of the properties is inconsistent.
-
Sebastian Dröge authored
Unused sinks are still set to READY now during autoplugging to check their caps. Also playsink owns a ref to the sinks too.
-
Sebastian Dröge authored
This was leftover code from porting to 1.0 and fixes the playbin unit test. https://bugzilla.gnome.org/show_bug.cgi?id=701943
-
-
- Jul 09, 2013
-
-
Sebastian Dröge authored
playbin will now only activate the sinks in a single place and will never change the states of any sinks that are owned by playsink. Also handle text-sinks the same way as audio/video sinks inside playbin.
-
- Jul 05, 2013
-
-
-
Thibault Saunier authored
FLUSH_START is not serialized, so the lock should not be taken when sending it.
- Jul 04, 2013
-
-
Just skip them, don't cause criticals. https://bugzilla.gnome.org/show_bug.cgi?id=703283
-
- Jul 03, 2013
-
-
-
it seems to be broken (produces no audio), plus the performance gain is small Signed-off-by:
Carlos Rafael Giani <dv@pseudoterminal.org>
-
- Jul 02, 2013
-
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
-
- Jul 01, 2013
-
-
Sebastian Dröge authored
Doing a subset check requires fixed caps, which we might not have here. https://bugs.webkit.org/show_bug.cgi?id=116042
-
Vincent Penquerc'h authored
Caps description and missing plugin code does not really need caps to be fixed, and indeed they may not be if giving encodebin unfixed caps that correspond to an unknown encoder or muxer. So we relax the check, and allow unfixed caps if all the structures refer to the same media type.
-
Sebastian Dröge authored
-
With the current test, we get into problems when we try to typefind a MPEG stream from a small amount of data, which can happen when we get data pushed from a HTTP source. We thus make a second test to give higher probability if all the potential headers were either pack or pes headers (ie, no potential header was unrecognized). This fixes an issue with a MPEG1/MP2 stream being properly discovered as video/mpeg from a file, but as audio/mpeg from souphttpsrc. https://bugzilla.gnome.org/show_bug.cgi?id=703256
-
- Jun 30, 2013
-
-
Sebastian Dröge authored
If the pad is flushing after a failed negotiation, return GST_FLOW_FLUSHING instead from finish_frame(). https://bugzilla.gnome.org/show_bug.cgi?id=701763
-
Sebastian Dröge authored
If the pad is flushing after a failed negotiation, return GST_FLOW_FLUSHING instead from finish_frame(). https://bugzilla.gnome.org/show_bug.cgi?id=701763
-
- Jun 28, 2013
-
-
Edward Hervey authored
We already have internally the information on what type of stream (audio, video, container, subtitle, ...) a certain caps is. Instead of forcing callers to specify which CODEC_TAG category a certain caps is, use that information to make a smart choice. Does not break previous behaviour of gst_pb_utils_add_codec_description_to_tag_list (if tag is specified it will be used, if caps is invalid it will be rejected, ...). https://bugzilla.gnome.org/show_bug.cgi?id=702215
-
Edward Hervey authored
Instead of using the default category
-
- Jun 27, 2013
-
-
- Jun 26, 2013
-
-
Ognyan Tonchev authored
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=703119
-
Wim Taymans authored
When we start to read a message, we need to continue reading until the end of the message or else we lose track and cause parse errors. Use a variable may_cancel to avoid cancelation after we read the first byte until we have the complete message. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=703088
-
- Jun 25, 2013
-
-
If the pad is flushing after a failed negotiation, return GST_FLOW_FLUSHING. https://bugzilla.gnome.org/show_bug.cgi?id=701763
-
- Jun 23, 2013
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Jun 21, 2013
-
-
Sebastian Dröge authored
-
Edward Hervey authored
In the unlikely case that the decoder drops a frame before the first input frame is outputted, use the input segment (since it wasn't carried over to the output segment yet) https://bugzilla.gnome.org/show_bug.cgi?id=702502
-
Wim Taymans authored
When we have data in the inital buffer, dispath the read function to read it even if the socket has no data to read. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=702652
-
- Jun 20, 2013
-
-
Wim Taymans authored
Only add the write child source when we have something to write or else we will dispatch forever without doing anything.
-