After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 105017 - asfdemux typefind functions are wrong
asfdemux typefind functions are wrong
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.6.0
Other Linux
: Normal major
: 0.6.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-02-01 23:06 UTC by Wim Taymans
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Wim Taymans 2003-02-01 23:06:10 UTC
asfdemux doesn't even look at the buffer passed to the typefind function,
it just returns a random caps.
Comment 1 Wim Taymans 2003-02-01 23:08:08 UTC
Following fix disabled the typefind functions

Index: gstasfdemux.c
===================================================================
RCS file: /cvsroot/gstreamer/gst-plugins/gst/asfdemux/gstasfdemux.c,v
retrieving revision 1.4
diff -r1.4 gstasfdemux.c
1335c1335
<     gst_plugin_add_feature (plugin, GST_PLUGIN_FEATURE (type));
---
>     /* gst_plugin_add_feature (plugin, GST_PLUGIN_FEATURE (type)); */
Comment 2 Erik Walthinsen 2003-02-01 23:13:51 UTC
Applied variant of the patch to gst-plugins/gst/asfdemux/gstasfdemux.c
rev 1.4.4.1.