[Gstreamer-bugs] [Bug 105017] Changed - asfdemux typefind functions are wrong
bugzilla-daemon at widget.gnome.org
bugzilla-daemon at widget.gnome.org
Sat Feb 1 15:08:09 PST 2003
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=105017
Changed by wim.taymans at chello.be.
--- shadow/105017 Sat Feb 1 18:06:11 2003
+++ shadow/105017.tmp.26543 Sat Feb 1 18:08:09 2003
@@ -14,6 +14,20 @@
TargetMilestone: 0.6.0
URL:
Summary: asfdemux typefind functions are wrong
asfdemux doesn't even look at the buffer passed to the typefind function,
it just returns a random caps.
+
+------- Additional Comments From wim.taymans at chello.be 2003-02-01 18:08 -------
+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)); */
+
More information about the Gstreamer-bugs
mailing list