summaryrefslogtreecommitdiffstats
path: root/ext/ivorbis/vorbis.c
diff options
context:
space:
mode:
authorEdgard Lima <edgard.lima@indt.org.br>2005-11-08 13:55:13 +0000
committerEdgard Lima <edgard.lima@indt.org.br>2005-11-08 13:55:13 +0000
commit5df1c827fbca23bdd07e6c6c0cc0f03a2dc29b26 (patch)
treeb16ac49af6f980e43faed754f043e1d3fb41deb2 /ext/ivorbis/vorbis.c
parent7a50084e34bf69694ba3544b03b52917df0cc91a (diff)
downloadgst-plugins-bad-5df1c827fbca23bdd07e6c6c0cc0f03a2dc29b26.tar.gz
gst-plugins-bad-5df1c827fbca23bdd07e6c6c0cc0f03a2dc29b26.tar.bz2
gst-plugins-bad-5df1c827fbca23bdd07e6c6c0cc0f03a2dc29b26.zip
Ported to 0.9. Some issues to be solved yet: 1- set correct timestamps 2- seg fault when eos 3- seek is now disabled
Original commit message from CVS: Ported to 0.9. Some issues to be solved yet: 1- set correct timestamps 2- seg fault when eos 3- seek is now disabled
Diffstat (limited to 'ext/ivorbis/vorbis.c')
-rw-r--r--ext/ivorbis/vorbis.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/ivorbis/vorbis.c b/ext/ivorbis/vorbis.c
index 3394a77a..592d9d2a 100644
--- a/ext/ivorbis/vorbis.c
+++ b/ext/ivorbis/vorbis.c
@@ -30,9 +30,6 @@ extern GType ivorbisfile_get_type (void);
static gboolean
plugin_init (GstPlugin * plugin)
{
- if (!gst_library_load ("gstbytestream"))
- return FALSE;
-
if (!gst_element_register (plugin, "tremor", GST_RANK_PRIMARY,
ivorbisfile_get_type ()))
return FALSE;