summaryrefslogtreecommitdiffstats
path: root/ext/annodex/gstannodex.c
diff options
context:
space:
mode:
authorJulien Moutte <julien@moutte.net>2006-02-24 23:31:08 +0000
committerJulien Moutte <julien@moutte.net>2006-02-24 23:31:08 +0000
commit7f87731d5bfb572bd1812bd464d168cad26feb5b (patch)
tree30071d959610559119be967bb9884c515e407c0d /ext/annodex/gstannodex.c
parent7734c8c65407cd90a835b1e8bc606fb376d5cd63 (diff)
Try to fix Annodex plugin.
Original commit message from CVS: 2006-02-25 Julien MOUTTE <julien@moutte.net> * ext/annodex/Makefile.am: * ext/annodex/gstannodex.c: (plugin_init): * ext/annodex/gstcmmldec.c: * ext/annodex/gstskeldec.c: * ext/annodex/gstskeldec.h: * tests/check/Makefile.am: * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
Diffstat (limited to 'ext/annodex/gstannodex.c')
-rw-r--r--ext/annodex/gstannodex.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/ext/annodex/gstannodex.c b/ext/annodex/gstannodex.c
index 4c325520..a489a735 100644
--- a/ext/annodex/gstannodex.c
+++ b/ext/annodex/gstannodex.c
@@ -25,9 +25,9 @@
#include "config.h"
#endif
+#include <gst/tag/tag.h>
#include "gstcmmlenc.h"
#include "gstcmmldec.h"
-#include "gstskeldec.h"
GstClockTime
gst_annodex_granule_to_time (gint64 granulepos, gint64 granulerate_n,
@@ -151,9 +151,6 @@ plugin_init (GstPlugin * plugin)
if (!gst_cmml_dec_plugin_init (plugin))
return FALSE;
- if (!gst_skel_dec_plugin_init (plugin))
- return FALSE;
-
return TRUE;
}