mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 04:56:24 +00:00
mpegvideoparse: rename to legacympegvideoparse
This commit is contained in:
parent
f92f5b70fb
commit
9c0547b15c
1 changed files with 2 additions and 2 deletions
|
@ -1022,10 +1022,10 @@ gst_mpegvideoparse_change_state (GstElement * element,
|
||||||
static gboolean
|
static gboolean
|
||||||
plugin_init (GstPlugin * plugin)
|
plugin_init (GstPlugin * plugin)
|
||||||
{
|
{
|
||||||
GST_DEBUG_CATEGORY_INIT (mpv_parse_debug, "mpegvideoparse", 0,
|
GST_DEBUG_CATEGORY_INIT (mpv_parse_debug, "legacympegvideoparse", 0,
|
||||||
"MPEG Video Parser");
|
"MPEG Video Parser");
|
||||||
|
|
||||||
return gst_element_register (plugin, "mpegvideoparse",
|
return gst_element_register (plugin, "legacympegvideoparse",
|
||||||
GST_RANK_PRIMARY, GST_TYPE_MPEGVIDEOPARSE);
|
GST_RANK_PRIMARY, GST_TYPE_MPEGVIDEOPARSE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue