diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-08-14 16:24:49 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-08-14 16:24:49 +0000 |
commit | 1dbe462756d7270a1acb053975e7a6a49f17783a (patch) | |
tree | f9614ddcb8e49007b8c17a29666afbf3a0438b23 /gst | |
parent | 96c88620c1ec72b350aa706e98b34affdd301fa8 (diff) | |
download | gst-plugins-bad-1dbe462756d7270a1acb053975e7a6a49f17783a.tar.gz gst-plugins-bad-1dbe462756d7270a1acb053975e7a6a49f17783a.tar.bz2 gst-plugins-bad-1dbe462756d7270a1acb053975e7a6a49f17783a.zip |
rename
Original commit message from CVS:
rename
Diffstat (limited to 'gst')
-rw-r--r-- | gst/mpeg1sys/gstmpeg1systemencode.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/mpeg1sys/gstmpeg1systemencode.c b/gst/mpeg1sys/gstmpeg1systemencode.c index 7481b128..533c29df 100644 --- a/gst/mpeg1sys/gstmpeg1systemencode.c +++ b/gst/mpeg1sys/gstmpeg1systemencode.c @@ -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) |