Fix timestamps
Original commit message from CVS: Fix timestamps
This commit is contained in:
parent
0c723d7dc6
commit
088c24429a
@ -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…
x
Reference in New Issue
Block a user