diff options
Diffstat (limited to 'ext/ivorbis')
-rw-r--r-- | ext/ivorbis/vorbis.c | 6 | ||||
-rw-r--r-- | ext/ivorbis/vorbisfile.c | 2 |
2 files changed, 2 insertions, 6 deletions
diff --git a/ext/ivorbis/vorbis.c b/ext/ivorbis/vorbis.c index 65ef4b06..35919059 100644 --- a/ext/ivorbis/vorbis.c +++ b/ext/ivorbis/vorbis.c @@ -21,7 +21,7 @@ #include <gst/gst.h> #include <tremor/ivorbiscodec.h> #include <tremor/ivorbisfile.h> -#include <gst/bytestream/bytestream.h> +#include <gst/gstbytestream.h> extern GType ivorbisfile_get_type(void); @@ -132,10 +132,6 @@ plugin_init (GModule *module, GstPlugin *plugin) gst_plugin_add_feature (plugin, GST_PLUGIN_FEATURE (file)); - /* this filter needs the bytestream package */ - if (!gst_library_load ("gstbytestream")) - return FALSE; - type = gst_type_factory_new (&vorbisdefinition); gst_plugin_add_feature (plugin, GST_PLUGIN_FEATURE (type)); diff --git a/ext/ivorbis/vorbisfile.c b/ext/ivorbis/vorbisfile.c index 86c7baf2..5b270fb9 100644 --- a/ext/ivorbis/vorbisfile.c +++ b/ext/ivorbis/vorbisfile.c @@ -24,7 +24,7 @@ #include <gst/gst.h> #include <tremor/ivorbiscodec.h> #include <tremor/ivorbisfile.h> -#include <gst/bytestream/bytestream.h> +#include <gst/gstbytestream.h> #define GST_TYPE_IVORBISFILE \ (ivorbisfile_get_type()) |