mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 09:00:54 +00:00
f1ec8fcb05
This causes a bug where the first buffer has ts = 0, dur=X, the second buffer has ts=X (because of ts += duration), dur=-1, then the following buffers will start having a non valid timestamp. The real duration is only calculated during the caps negociation when there is a framerate available and the buffer's duration is invalid. |
||
---|---|---|
.. | ||
gstjifmux.c | ||
gstjifmux.h | ||
gstjpegformat.c | ||
gstjpegformat.h | ||
gstjpegparse.c | ||
gstjpegparse.h | ||
Makefile.am |