- Mar 06, 2010
-
-
Tim-Philipp Müller authored
- Mar 03, 2010
-
-
Tim-Philipp Müller authored
-
- Mar 02, 2010
-
-
Edward Hervey authored
Fixes #611501
-
Edward Hervey authored
This allows us to stop streaming only when all streams have gone past the segment.stop and not before. Fixes #611501
-
- Feb 27, 2010
-
-
Sebastian Dröge authored
Changing it to the newest timestamp that was ever pushed will increase the segment start in 500ms jumps, which could be just after the next sparse stream buffer. E.g. Video at 1.0s, sparse stream at 0.5s would jump the sparse stream to 1.0s. Now a new sparse stream buffer could appear that has a timestamp of 0.9s and this would be dropped for no good reason because of bad luck.
-
- Feb 24, 2010
-
-
Tim-Philipp Müller authored
-
Alessandro Decina authored
-
- Feb 23, 2010
-
-
Volker Grabsch authored
Fixes bug #610839.
-
Sebastian Dröge authored
...not only when going to READY. This sets high_level and friends to a more useful value.
-
Sebastian Dröge authored
-
Wim Taymans authored
Avoid a division by 0 when no constantDuration was specified and when out two timestamps are equal. Fixes #610265
-
Wim Taymans authored
Wait for the complete first 6 header DIF packets before outputting a frame. Decoders need this info to correctly decode the data. Fixes #610556
-
- Feb 22, 2010
-
-
David Hoyt authored
Fixes bug #610483.
-
Philippe Normand authored
In the cases where no buffer was process yet or the index is not available, get_pulsesink_get_mute() would unconditionally return FALSE. https://bugzilla.gnome.org/show_bug.cgi?id=610337
-
- Feb 19, 2010
-
-
Tim-Philipp Müller authored
Fix gst-plugins-base reference/requirement. This caused spurious problems with uninstalled -ugly/-bad not finding -good plugins in their unit tests (when distchecking).
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
We know these values don't change during the loop, but the compiler doesn't and has to re-check them for every iteration.
-
Tim-Philipp Müller authored
Multiple flvparse/flvdemux instances should be able to operate without trampling over each other by accidentally re-using the same (static) variables. (Spotted by Mark Nauwelaerts)
-
Tim-Philipp Müller authored
-
- Feb 18, 2010
-
-
Robert Swain authored
-
Thiago Santos authored
Do not confuse QtDemuxSegments with GstSegments when comparing the total file duration with the segment duration Fixes #610296
-
- Feb 17, 2010
-
-
Robert Swain authored
For calculating the durations of each sample, we are supposed to add each duration modulo 1<<32 so make the elapsed time counter a uint32. Fixes #610280
-
- Feb 16, 2010
-
-
Anders Skargren authored
Make the handing of the mime type within the "boundary" a bit less naive. The standard for MIME allows parameters to follow the "type" / "subtype" clause separated from the mime type by ';'. Modifies the multipartdemuxer's header parsing so it doesnt assume the whole line after "content-type:" is the mime type and thus makes it a bit more resilient to finding absurd mime types in the case where parameters are added. Fixes #604711
-
Wim Taymans authored
Check the task for NULL, it could be paused and set to NULL before.
-
Mark Nauwelaerts authored
ALAC codec-data apparently comes in (at least) two flavours (mov, mp4), so use atom based parsing to retrieve required data, rather than aiming for a specific offset. See also #580731.
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
-
Mark Nauwelaerts authored
In particular, fixes non-flushing seek.
-
Robert Swain authored
Look for a non-zero min_duration during initialisation to avoid incorrect frame rate caps.
-
Stefan Kost authored
Helps to align with the loggin from libv4l.
-
Stefan Kost authored
-
Stefan Kost authored
-
Brian Cameron authored
Fixes #610053.
-
Tim-Philipp Müller authored
We don't want C specific flags in GST_CXXFLAGS, so base it on the GST_CFLAGS that only contains the pkg-config CFLAGS but none of the GST_OPTION_CFLAGS. Also, we only need the local includes once. Fix typo as well (GST_FLAGS -> GST_CFLAGS).
-
- Feb 15, 2010
-
-
Stefan Kost authored
pkg-config sets GST_CFLAGS and GST_LIBS. We need to use CFLAGS as a starting point for for both C and CXX settings.
-
Wim Taymans authored
-
Wim Taymans authored
Remove some code where we pass ntpnstime around, we can do most things with the running_time just fine. Rename a variable in the ArrivalStats struct so that it's clear that this is the current system time.
-