mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
tsdemux: whoops, tsdemux isn't ready yet for primary rank :)
This commit is contained in:
parent
a00900367a
commit
f6f885ddb8
1 changed files with 1 additions and 1 deletions
|
@ -2411,5 +2411,5 @@ gst_ts_demux_plugin_init (GstPlugin * plugin)
|
|||
"MPEG transport stream demuxer");
|
||||
|
||||
return gst_element_register (plugin, "tsdemux",
|
||||
GST_RANK_PRIMARY + 42, GST_TYPE_TS_DEMUX);
|
||||
GST_RANK_SECONDARY, GST_TYPE_TS_DEMUX);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue