summaryrefslogtreecommitdiffstats
path: root/ext/flac/gstflac.c
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-12-09 19:51:03 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-12-09 19:51:03 +0000
commitc28f84c0c60188a97f1fe888e7a169e3ce086d68 (patch)
treea43943d97f98da5c89cac7268b439826c0c9bb78 /ext/flac/gstflac.c
parent85dfaeb2cee528079abe1fb680d20c5c168fe071 (diff)
borgify and fix up documentation
Original commit message from CVS: borgify and fix up documentation
Diffstat (limited to 'ext/flac/gstflac.c')
-rw-r--r--ext/flac/gstflac.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/flac/gstflac.c b/ext/flac/gstflac.c
index 6f853d59..5f13a158 100644
--- a/ext/flac/gstflac.c
+++ b/ext/flac/gstflac.c
@@ -31,10 +31,10 @@ static gboolean
plugin_init (GstPlugin * plugin)
{
if (!gst_element_register (plugin, "flacenc", GST_RANK_NONE,
- GST_TYPE_FLACENC))
+ GST_TYPE_FLAC_ENC))
return FALSE;
if (!gst_element_register (plugin, "flacdec", GST_RANK_PRIMARY,
- GST_TYPE_FLACDEC))
+ GST_TYPE_FLAC_DEC))
return FALSE;
#if 0
if (!gst_element_register (plugin, "flactag", GST_RANK_PRIMARY,