mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
Fix timestamps
Original commit message from CVS: Fix timestamps
This commit is contained in:
parent
52838dd8aa
commit
18c9d19de2
1 changed files with 1 additions and 1 deletions
|
@ -509,7 +509,7 @@ gst_flxdec_loop (GstElement *element)
|
||||||
flxdec->frame_time = JIFFIE * flxh->speed;
|
flxdec->frame_time = JIFFIE * flxh->speed;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
flxdec->frame_time = flxh->speed * GST_USECOND;
|
flxdec->frame_time = flxh->speed * GST_MSECOND;
|
||||||
}
|
}
|
||||||
|
|
||||||
gst_pad_try_set_caps (flxdec->srcpad,
|
gst_pad_try_set_caps (flxdec->srcpad,
|
||||||
|
|
Loading…
Reference in a new issue