summaryrefslogtreecommitdiff
path: root/ext/mplex/gstmplex.cc
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2003-10-24 20:13:49 +0000
committerBenjamin Otte <otte@gnome.org>2003-10-24 20:13:49 +0000
commit78b2064a46bcd633ebd3d3b35c57e390ef743b08 (patch)
tree1ff7e739fe9b8b4629d579ac0ac656925910ce7a /ext/mplex/gstmplex.cc
parent4de40d8ccd21dca15aaf792a842d266604cc59a7 (diff)
downloadgstreamer-plugins-bad-78b2064a46bcd633ebd3d3b35c57e390ef743b08.tar.gz
fixes:TYPEFIND
Original commit message from CVS: fixes: - bytestream needs to be gst_library_loaded again - typecast correctly on guint8* => guint32* in typefinding - remove unused/unnecessary files
Diffstat (limited to 'ext/mplex/gstmplex.cc')
-rw-r--r--ext/mplex/gstmplex.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mplex/gstmplex.cc b/ext/mplex/gstmplex.cc
index 523cc74fe..8f8a94a3d 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,