mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
tsdemux: remove dead code
After commit b4c9aa1c30
template will always be
NULL. The if conditional will always be FALSE, so removing it.
CID #1304674
This commit is contained in:
parent
81a3585904
commit
0635acfec0
1 changed files with 0 additions and 2 deletions
|
@ -1197,8 +1197,6 @@ create_pad_for_stream (MpegTSBase * base, MpegTSBaseStream * bstream,
|
|||
"alignment", G_TYPE_STRING, "nal", NULL);
|
||||
break;
|
||||
}
|
||||
if (template)
|
||||
break;
|
||||
|
||||
/* hack for itv hd (sid 10510, video pid 3401 */
|
||||
if (program->program_number == 10510 && bstream->pid == 3401) {
|
||||
|
|
Loading…
Reference in a new issue