mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
tsdemux: correct fix for dead code
Rename template to caps to keep the original intention of the code after
commit b4c9aa1c
CID #1304674
This commit is contained in:
parent
e9cb38017b
commit
afcb49dcce
1 changed files with 1 additions and 1 deletions
|
@ -1197,7 +1197,7 @@ create_pad_for_stream (MpegTSBase * base, MpegTSBaseStream * bstream,
|
|||
"alignment", G_TYPE_STRING, "nal", NULL);
|
||||
break;
|
||||
}
|
||||
if (template)
|
||||
if (caps)
|
||||
break;
|
||||
|
||||
/* hack for itv hd (sid 10510, video pid 3401 */
|
||||
|
|
Loading…
Reference in a new issue