mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
f3b539e0ff
A deserialised timecode has a framerate of 0/1 by default. That breaks it when comparing the frames field with another timecode (incoming from the frame). We were setting the framerate when receiving the caps event, but not when setting the timecode in set_property, so it was broken for timecodes set after the caps event. Also checking if the fps_n we got from the caps event is != 0 before setting it - also at the caps event. https://bugzilla.gnome.org/show_bug.cgi?id=790334 |
||
---|---|---|
.. | ||
gstavwait.c | ||
gstavwait.h | ||
gsttimecodestamper.c | ||
gsttimecodestamper.h | ||
Makefile.am | ||
meson.build | ||
plugin.c |