rename
authorThomas Vander Stichele <thomas@apestaart.org>
Sun, 14 Aug 2005 16:24:49 +0000 (16:24 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sun, 14 Aug 2005 16:24:49 +0000 (16:24 +0000)
Original commit message from CVS:
rename

gst/mpeg1sys/gstmpeg1systemencode.c

index 7481b12..533c29d 100644 (file)
@@ -595,12 +595,12 @@ plugin_init (GstPlugin * plugin)
   if (!gst_library_load ("gstgetbits"))
     return FALSE;
 
-  return gst_element_register (plugin, "system_encode",
+  return gst_element_register (plugin, "mpeg1sysenc",
       GST_RANK_NONE, GST_TYPE_SYSTEM_ENCODE);
 }
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
-    "system_encode",
+    "mpeg1sysenc",
     "MPEG-1 system stream encoder",
     plugin_init, VERSION, "GPL", GST_PACKAGE, GST_ORIGIN)