From 4abb85e5bf4c7c05e7fd29f4f6a2cbd553e5f6d1 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Mon, 13 Oct 2003 17:54:05 +0000 Subject: no, we don't require bytestream anymore Original commit message from CVS: no, we don't require bytestream anymore --- ext/mplex/gstmplex.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext') diff --git a/ext/mplex/gstmplex.cc b/ext/mplex/gstmplex.cc index 8f8a94a3..523cc74f 100644 --- a/ext/mplex/gstmplex.cc +++ b/ext/mplex/gstmplex.cc @@ -578,8 +578,8 @@ plugin_init (GModule *module, GstPlugin *plugin) GstElementFactory *factory; /* this filter needs the bytestream package */ - if (!gst_library_load ("gstbytestream")) - return FALSE; +/* if (!gst_library_load ("gstbytestream")) + return FALSE;*/ /* create an elementfactory for the avi_demux element */ factory = gst_element_factory_new ("mplex",GST_TYPE_MPLEX, -- cgit v1.2.1