mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +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;
|
||||
}
|
||||
else {
|
||||
flxdec->frame_time = flxh->speed * GST_USECOND;
|
||||
flxdec->frame_time = flxh->speed * GST_MSECOND;
|
||||
}
|
||||
|
||||
gst_pad_try_set_caps (flxdec->srcpad,
|
||||
|
|
Loading…
Reference in a new issue