gstreamer/libs/gst
Nicolas Dufresne e24e902d2f basesink: Only drop buffer if their PTS is out of segment
As of now, even for stream completly inside segment, there is no
guarantied that the DTS will be inside the segment. Specifically
for H.264 with B-Frames, the first few frames often have DTS that
are before the segment.

Instead of using the sync timestamp to clip out of segment buffer,
take the duration from the start/stop provided by the sub-class, and
check if the pts and pts_end is out of segment.

https://bugzilla.gnome.org/show_bug.cgi?id=752791
2015-08-05 15:51:27 -04:00
..
base basesink: Only drop buffer if their PTS is out of segment 2015-08-05 15:51:27 -04:00
check harness: don't run code inside g_assert 2015-08-05 14:05:27 +01:00
controller directcontrolbinding: fix ABI break 2015-06-29 10:41:27 +01:00
helpers ptp: Check for the actual API we use instead of just looking for __APPLE__ 2015-06-09 11:01:29 +02:00
net meta: transform_func: return FALSE if not supported or failed 2015-07-07 13:40:17 +03:00
Makefile.am Remove obsolete Android build cruft 2015-04-26 17:49:44 +01:00