gstreamer/libs/gst
Jian 4f79c5e8da basesink: Fix QoS/lateness checking if subclass implements prepare/prepare_list vfuncs
In basesink functions gst_base_sink_chain_unlocked(), below code is used to
checking if buffer is late before doing prepare call to save some effort:
    if (syncable && do_sync)
      late =
          gst_base_sink_is_too_late (basesink, obj, rstart, rstop,
          GST_CLOCK_EARLY, 0, FALSE);

    if (G_UNLIKELY (late))
      goto dropped;

But this code has problem, it should calculate jitter based on current media
clock, rather than just passing 0. I found it will drop all the frames when
rewind in slow speed, such as -2X.

https://bugzilla.gnome.org/show_bug.cgi?id=749258
2015-05-14 11:18:12 +03:00
..
base basesink: Fix QoS/lateness checking if subclass implements prepare/prepare_list vfuncs 2015-05-14 11:18:12 +03:00
check check: optionally check env var for us to make sure test env is set up 2015-04-23 15:54:08 +01:00
controller Remove obsolete Android build cruft 2015-04-26 17:49:44 +01:00
helpers Remove obsolete Android build cruft 2015-04-26 17:49:44 +01:00
net Remove obsolete Android build cruft 2015-04-26 17:49:44 +01:00
Makefile.am Remove obsolete Android build cruft 2015-04-26 17:49:44 +01:00