summaryrefslogtreecommitdiffstats
path: root/ext/flac/gstflac.c
diff options
context:
space:
mode:
authorJeremy Simon <jsimon13@yahoo.fr>2004-01-31 10:25:05 +0000
committerJeremy Simon <jsimon13@yahoo.fr>2004-01-31 10:25:05 +0000
commit348c3d52cfddce6a3cdfd51aa39b984c057690de (patch)
tree12d4fd28476c46cf9dea539563d04ddbdb354bd0 /ext/flac/gstflac.c
parent8068692b104d226cdbde1726209dd69a5995450f (diff)
ext/flac/: Fix typos
Original commit message from CVS: 2004-01-31 Jeremy Simon <jesimon@libertysurf.fr> * ext/flac/gstflacdec.c: (gst_flacdec_class_init): * ext/flac/gstflacdec.h: * ext/flac/gstflacenc.h: Fix typos
Diffstat (limited to 'ext/flac/gstflac.c')
-rw-r--r--ext/flac/gstflac.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/flac/gstflac.c b/ext/flac/gstflac.c
index 0435b2cf..3c06cacf 100644
--- a/ext/flac/gstflac.c
+++ b/ext/flac/gstflac.c
@@ -42,6 +42,7 @@ plugin_init (GstPlugin *plugin)
if (!gst_element_register (plugin, "flacdec", GST_RANK_PRIMARY, GST_TYPE_FLACDEC))
return FALSE;
+
if (!gst_element_register (plugin, "flactag", GST_RANK_PRIMARY, gst_flac_tag_get_type ()))
return FALSE;