mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
mpegtsmux: re-enable inadvertent disabled code
This commit is contained in:
parent
179c50591c
commit
c76627ec9a
1 changed files with 2 additions and 2 deletions
|
@ -180,8 +180,8 @@ tsmux_stream_new (guint16 pid, TsMuxStreamType stream_type)
|
|||
break;
|
||||
}
|
||||
|
||||
// stream->last_pts = -1;
|
||||
// stream->last_dts = -1;
|
||||
stream->last_pts = -1;
|
||||
stream->last_dts = -1;
|
||||
|
||||
stream->pcr_ref = 0;
|
||||
stream->last_pcr = -1;
|
||||
|
|
Loading…
Reference in a new issue