summaryrefslogtreecommitdiffstats
path: root/ext/flac/gstflac.c
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2005-10-02 15:33:14 +0000
committerAndy Wingo <wingo@pobox.com>2005-10-02 15:33:14 +0000
commit94bcb7452db28b8559cd01cd9517395ab760cce7 (patch)
treeab5fc3759c27e82fb95cfe9cd68cde087a6e0cc9 /ext/flac/gstflac.c
parent75a0669d5f145926e0a246cf12695ca59485a762 (diff)
configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
Original commit message from CVS: 2005-10-02 Andy Wingo <wingo@pobox.com> * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base. * ext/flac/gstflacenc.c: Ported to 0.9. * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better. * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs, and link to gsttagedit. Enable flacenc. * ext/flac/gstflacdec.c: Re-enable tag reading.
Diffstat (limited to 'ext/flac/gstflac.c')
-rw-r--r--ext/flac/gstflac.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/flac/gstflac.c b/ext/flac/gstflac.c
index 28aa4e11..13464f22 100644
--- a/ext/flac/gstflac.c
+++ b/ext/flac/gstflac.c
@@ -30,11 +30,9 @@
static gboolean
plugin_init (GstPlugin * plugin)
{
-#if 0
if (!gst_element_register (plugin, "flacenc", GST_RANK_NONE,
GST_TYPE_FLACENC))
return FALSE;
-#endif
if (!gst_element_register (plugin, "flacdec", GST_RANK_PRIMARY,
GST_TYPE_FLACDEC))
return FALSE;