mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
Start with timestamp of 0 when no timestamp was found
Original commit message from CVS: Start with timestamp of 0 when no timestamp was found
This commit is contained in:
parent
2ab382b196
commit
75713b2171
1 changed files with 1 additions and 1 deletions
|
@ -532,7 +532,7 @@ gst_a52dec_change_state (GstElement * element)
|
|||
a52dec->level = 1;
|
||||
a52dec->bias = 384;
|
||||
a52dec->last_ts = -1;
|
||||
a52dec->current_ts = -1;
|
||||
a52dec->current_ts = 0;
|
||||
break;
|
||||
case GST_STATE_PAUSED_TO_PLAYING:
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue