projects
/
platform
/
upstream
/
gst-plugins-bad.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
354fa1f
)
tsdemux: Activate stream when replacing the pad
06/189706/5
accepted/tizen/unified/20180920.155228
submit/tizen/20180920.072730
author
Gilbok Lee
<gilbok.lee@samsung.com>
Thu, 20 Sep 2018 04:17:39 +0000
(13:17 +0900)
committer
Gilbok Lee
<gilbok.lee@samsung.com>
Thu, 20 Sep 2018 07:10:17 +0000
(07:10 +0000)
Change-Id: Iafc5d2c48edf2a715164af54916ef17fa9161938
gst/mpegtsdemux/tsdemux.c
patch
|
blob
|
history
diff --git
a/gst/mpegtsdemux/tsdemux.c
b/gst/mpegtsdemux/tsdemux.c
index da28f9b30b91c87746d0d2cb3efe02e0293407e2..c2e68a4958b1775c51f75c51a169bfe27bfe9bae 100644
(file)
--- a/
gst/mpegtsdemux/tsdemux.c
+++ b/
gst/mpegtsdemux/tsdemux.c
@@
-2088,6
+2088,7
@@
gst_ts_demux_check_streams_match (GstTSDemux * demux)
stream->pad = stream->matched_stream->pad;
stream->matched_stream->pad = NULL;
+ stream->active = TRUE;
gst_ts_demux_stream_send_stream_start ((MpegTSBase *) demux,
(MpegTSBaseStream *) stream, stream->pad);