summaryrefslogtreecommitdiff
path: root/ext/schroedinger/gstschro.c
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2011-02-19 13:07:39 -0800
committerDavid Schleef <ds@schleef.org>2011-02-20 12:16:08 -0800
commit5b90c31ca2eb27236cbe0dab3d8be60ad189d45e (patch)
tree2ba9c4a0a46c096c7ac4289781462b06e1e1ca13 /ext/schroedinger/gstschro.c
parent493082abd7f9d1867ec1753b598576b1cab7294d (diff)
downloadgstreamer-plugins-bad-5b90c31ca2eb27236cbe0dab3d8be60ad189d45e.tar.gz
basevideocodec: remove parser in favor of baseparse
Diffstat (limited to 'ext/schroedinger/gstschro.c')
-rw-r--r--ext/schroedinger/gstschro.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/schroedinger/gstschro.c b/ext/schroedinger/gstschro.c
index 44d9226e6..c486473f9 100644
--- a/ext/schroedinger/gstschro.c
+++ b/ext/schroedinger/gstschro.c
@@ -26,7 +26,6 @@
GType gst_schro_enc_get_type (void);
GType gst_schro_dec_get_type (void);
-GType gst_schro_parse_get_type (void);
GST_DEBUG_CATEGORY (schro_debug);
#define GST_CAT_DEFAULT schro_debug
@@ -39,8 +38,6 @@ plugin_init (GstPlugin * plugin)
GST_DEBUG_CATEGORY_INIT (schro_debug, "schro", 0, "Schroedinger");
gst_element_register (plugin, "schrodec", GST_RANK_PRIMARY,
gst_schro_dec_get_type ());
- gst_element_register (plugin, "schroparse", GST_RANK_NONE,
- gst_schro_parse_get_type ());
gst_element_register (plugin, "schroenc", GST_RANK_PRIMARY,
gst_schro_enc_get_type ());