gstreamer/gst-libs/gst
Edward Hervey dfa548dc5b videodecoder: Don't queue frames in TRICKMODE_KEY_UNITS
When the input is TRICKMODE_KEY_UNITS, we expect to only receive keyframes
which we want to decode/push immediately. Therefore don't queue them.

If upstream didn't send just keyframes (which is the ideal situation), two
different things can happen:
1) Either the subclass checks the segment flags and properly configures
 the decoder implementation to only decode/output keyframes,
2) Or the subclass really decodes and outputs everything, in which case
 the reverse frames will end up arriving "late" downstream (and will
 be dropped). If upstream did properly send GOP in reverse order, we
 still end up just showing keyframes (but at the overhead of decoding
 everything).

https://bugzilla.gnome.org/show_bug.cgi?id=777094
2017-05-20 17:37:27 +02:00
..
allocators gst: Clear floating flag in constructor of all GstObject subclasses that are not owned by any parent 2017-05-17 10:40:52 +03:00
app app: mark symbols explicitly for export with GST_EXPORT 2017-05-16 15:22:34 +01:00
audio audioclock: Sink the reference in the constructor 2017-05-17 10:40:52 +03:00
fft fft: mark symbols explicitly for export with GST_EXPORT 2017-05-16 15:22:30 +01:00
pbutils discoverer: Clean up more fields to decide if parent/child streams are equivalent 2017-05-18 13:24:19 +03:00
riff riff: mark symbols explicitly for export with GST_EXPORT 2017-05-16 15:22:42 +01:00
rtp rtp: mark symbols explicitly for export with GST_EXPORT 2017-05-16 15:22:42 +01:00
rtsp rtsp: mark symbols explicitly for export with GST_EXPORT 2017-05-16 15:22:45 +01:00
sdp sdp: mark symbols explicitly for export with GST_EXPORT 2017-05-16 15:23:08 +01:00
tag tag: mark symbols explicitly for export with GST_EXPORT 2017-05-16 15:23:08 +01:00
video videodecoder: Don't queue frames in TRICKMODE_KEY_UNITS 2017-05-20 17:37:27 +02:00
gettext.h Fix FSF address 2012-11-03 23:05:09 +00:00
glib-compat-private.h Fix FSF address 2012-11-03 23:05:09 +00:00
gst-i18n-app.h tools: add simple command-line gst-play utility for testing purposes 2013-08-16 15:45:23 +01:00
gst-i18n-plugin.h Fix FSF address 2012-11-03 23:05:09 +00:00
Makefile.am rtp: build audio library before rtp 2016-02-16 17:42:44 +02:00
meson.build rtsp: Include GstSdp-1.0.gir when generating the gir 2016-11-10 17:43:38 -03:00