- Nov 21, 2012
-
-
Tim-Philipp Müller authored
-
- Nov 20, 2012
- Nov 19, 2012
-
-
Gwenole Beauchesne authored
Coverity found missing break in parse_frame_header_advanced() when determining PTYPE from FPTYPE for interlaced streams. https://bugzilla.gnome.org/show_bug.cgi?id=688626 Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> (cherry picked from commit e179a6b4)
-
- Nov 15, 2012
-
-
Thibault Saunier authored
-
Thibault Saunier authored
Right now decodebin will concider the pad template caps as fixed and if a decoder has restriction on for example height/width it won't be autoplugged because gst_caps_is_subset fails as those fields are missing from the pad template caps. We fix the issue here making sure that the pad caps are fixed using data from the stream.
-
Also reset segment info and drop the segment event when demuxer is flushed. Restore demuxer segment with the info stored in base when demuxer is going to push data again if needed. Drop code to recover the segment info from base in the initial program becauses it's superseded by the new code.
-
Now that we handle flushing in the FLUSH_STOP event we need to make the streams ready if they were flushing.
-
Flush the previous observations when the packetizer is flushed. Also don't leak them in the dispose.
-
-
Ensure the chain is not running before reset the state to avoid race conditions and random corruptions downstream. Also fixes segfaults in the packetizer due wrong available values that causes gst_adapter_map to return a NULL pointer.
-
- Nov 09, 2012
-
-
Edward Hervey authored
When dealing with non-time based push-mode streams, we need to revert to using the offset-based PCR/PTS estimation logic of packetizer. This solves uses cases such as: pushfile:// ! tsdemux src ! queue ! tsdemux https://bugzilla.gnome.org/show_bug.cgi?id=687178
-
- Nov 07, 2012
-
-
Backported from master. https://bugzilla.gnome.org/show_bug.cgi?id=687806
-
- Nov 06, 2012
-
-
Thibault Saunier authored
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=687548 Signed-off-by: Kevin Thornberry
-
Thibault Saunier authored
-
- Oct 30, 2012
-
-
-
The structure previously was assigned the name "pat". https://bugzilla.gnome.org/show_bug.cgi?id=686948
-
* Don't use deprecated glib mutex functions * Don't declare useless variables * Don't link to non-existing libgstinterfaces Fixes #686871
-
- Oct 29, 2012
-
-
Sebastian Dröge authored
-
- Oct 25, 2012
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
When the decoder received a NULL buffer, it tried to unmap a not mapped buffer. https://bugzilla.gnome.org/show_bug.cgi?id=686829
-
- Oct 24, 2012
-
-
Tim-Philipp Müller authored
We have an API stable release now, require that.
-
Tim-Philipp Müller authored
- dist input files - fix sample leak - simplify check for elements - only run mpg123 test if mpg123 is available and selected - fix build in uninstalled setup https://bugzilla.gnome.org/show_bug.cgi?id=686595
-
-
-
Carlos Rafael Giani authored
* The last MP3 frame wasn't being pushed when base class was draining * Made sure mpg123 cannot ever use its (crude) internal resampler * Disabled mpg123 stderr output https://bugzilla.gnome.org/show_bug.cgi?id=686595
-
also replaced mpg123decoder->handle != NULL checks with asserts https://bugzilla.gnome.org/show_bug.cgi?id=686595
-
-
- Oct 23, 2012
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
Getting it over and over again via G_TYPE_INSTANCE_GET_PRIVATE() is really slow.
-
Sebastian Dröge authored
-
- Oct 22, 2012
-
-
Tim-Philipp Müller authored
Fixes buffering and playback of streams that start with a non-0 timestamp in totem (which has a 'pitch' element before pulsesink). Example URI: http://lobostv.lobocast.org.es:8004/lobostv.ogg Still breaks with chained oggs, on second chain. https://bugzilla.gnome.org/show_bug.cgi?id=686391
-
Wim Taymans authored
Remove the caps serialization in the rtp caps. the spec nor the receiver does anything with it. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=686547
-
Tim-Philipp Müller authored
-
- Oct 21, 2012
-
-
Jan Schmidt authored
Fixes Bug 686327 - mpegtsmux: fix refcount issue with input buffers
-
- Oct 20, 2012
- Oct 19, 2012
-
-
Mark Nauwelaerts authored
... such as notably dvd-spu-clut-change.
-