"README.md" did not exist on "3682c2834d5aa5bf70efbff9c48d10c225d8a189"
- Aug 08, 2012
-
-
Tim-Philipp Müller authored
And gst-indent the right rtp marshal files; add missing files to MANIFEST.
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
When compiling with -DG_DISABLE_ASSERT
-
Tim-Philipp Müller authored
- Aug 07, 2012
-
-
Olivier Crête authored
If the base class asks multiudpsink to unlock, then it should return FLUSHING, not ERROR
-
Anton Belka authored
Add TOC as embedded cuesheets in flac files. https://bugzilla.gnome.org/show_bug.cgi?id=54089
-
-
Olivier Crête authored
Block the RTP pad and associated RTCP pads while they are being announced. This it to prevent a race where one is announced and before the callback has connected it, the other one gets a buffer. We can't use the "padlock" of ssrcdemux because it causes deadlocks.
-
- Aug 06, 2012
-
-
Tim-Philipp Müller authored
-
Mark Nauwelaerts authored
... which prevents getting stuck in a loop if such one is needed.
-
Mark Nauwelaerts authored
... so it really informs about next rather than past frame.
-
Mark Nauwelaerts authored
... and add some more assert to catch potential surprises early on. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=680558
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Andoni Morales Alastruey authored
-
Xavi Artigas authored
https://bugzilla.gnome.org/show_bug.cgi?id=680706 Conflicts: sys/directsound/gstdirectsoundsink.c
-
- Aug 05, 2012
-
-
Tim-Philipp Müller authored
From 94ccf4c to 668acee
-
Olivier Crête authored
This prevents a deadlock where something would try to push an event through the SSRC demux from the callback, causing the pads to be iterated and the lock taken.
-
- Aug 04, 2012
-
-
Tim-Philipp Müller authored
-
- Aug 03, 2012
-
-
Mark Nauwelaerts authored
... where the former can happen in task thread and the latter in mainloop upon downward state change.
-
Mark Nauwelaerts authored
... so as to properly recognize first audio frame. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=681077 Conflicts: ext/flac/gstflacdec.c
-
- Aug 01, 2012
-
-
René Stadler authored
-
- Jul 30, 2012
-
-
Anton Belka authored
Avoid creating the toc if the wav has no or empty cue chunk. Also a small code cleanup.
-
- Jul 28, 2012
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- Jul 27, 2012
-
-
Sebastian Dröge authored
-
Mark Nauwelaerts authored
... rather than a buffer, and the detailed info in the sample info rather than caps.
-
Robert Swain authored
If _transform_caps () returns NULL, the basetransform _transform_caps tries to call gst_caps_is_subset () with a NULL subset which hits an assertion.
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
... since we did not obtain a buffer ref from the GstSample.
-
Robert Swain authored
-
- Jul 26, 2012
-
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
Robert Swain authored
-
Robert Swain authored
-
Robert Swain authored
-
Robert Swain authored
-
Robert Swain authored
RFF only occurs on progressive frames in telecine sequences. For deinterlace, we don't want these repeated fields as we will simply be pushing the progressive frame and then moving on. However, we need to consider RFF in order to correctly identify patterns and adjust the timestamps.
-