diff options
author | Benjamin Otte <otte@gnome.org> | 2003-10-24 20:13:49 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2003-10-24 20:13:49 +0000 |
commit | 78b2064a46bcd633ebd3d3b35c57e390ef743b08 (patch) | |
tree | 1ff7e739fe9b8b4629d579ac0ac656925910ce7a /ext/mplex | |
parent | 4de40d8ccd21dca15aaf792a842d266604cc59a7 (diff) | |
download | gst-plugins-bad-TYPEFIND.tar.gz gst-plugins-bad-TYPEFIND.tar.bz2 gst-plugins-bad-TYPEFIND.zip |
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')
-rw-r--r-- | ext/mplex/gstmplex.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mplex/gstmplex.cc b/ext/mplex/gstmplex.cc index 523cc74f..8f8a94a3 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, |