GNOME Bugzilla – Bug 105017
asfdemux typefind functions are wrong
Last modified: 2004-12-22 21:47:04 UTC
asfdemux doesn't even look at the buffer passed to the typefind function, it just returns a random caps.
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)); */
Applied variant of the patch to gst-plugins/gst/asfdemux/gstasfdemux.c rev 1.4.4.1.