[gstreamer-bugs] [Bug 387121] [matroskamux] Can't mux raw audio
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Thu Dec 21 04:20:39 PST 2006
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=387121
GStreamer | gst-plugins-good | Ver: HEAD CVS
------- Comment #1 from Tim-Philipp Müller 2006-12-21 12:19 UTC -------
Created an attachment (id=78735)
--> (http://bugzilla.gnome.org/attachment.cgi?id=78735&action=view)
Patch fixing matroskamux raw audio handling
Fix. The problem was mainly that the gst_structure_get_int (s, "signed", &foo)
would fail even though there is a "signed" field, because the "signed" field is
of boolean type.
Patch also changes pad template caps to the de-facto accepted caps according to
the checks in the setcaps function (so that an upstream audioconvert or
whatever will be able to negotiate to an accepted format) and adds some more
debug output for the failure cases.
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
More information about the Gstreamer-bugs
mailing list