mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
767005d8c0
We were assigning to a guint64 value (frame->dts) the sum of a unsigned and signed value... resulting it the result never being < 0. Instead just check if it is smaller before assigning to frame->dts. |
||
---|---|---|
.. | ||
gstx264enc.c | ||
gstx264enc.h | ||
GstX264Enc.prs | ||
Makefile.am |