mpegvideoparse: rename to legacympegvideoparse

This commit is contained in:
Mark Nauwelaerts 2011-05-23 12:02:00 +02:00
parent f92f5b70fb
commit 9c0547b15c

View file

@ -1022,10 +1022,10 @@ gst_mpegvideoparse_change_state (GstElement * element,
static gboolean
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");
return gst_element_register (plugin, "mpegvideoparse",
return gst_element_register (plugin, "legacympegvideoparse",
GST_RANK_PRIMARY, GST_TYPE_MPEGVIDEOPARSE);
}