[gstreamer-bugs] [Bug 575568] [resindvd] no sound when playing a DVD with LPCM audio track
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Thu Oct 15 17:29:18 PDT 2009
https://bugzilla.gnome.org/show_bug.cgi?id=575568
GStreamer | gst-plugins-bad | 0.10.x
--- Comment #22 from Jan Schmidt <thaytan at mad.scientist.com> 2009-10-16 00:29:10 UTC ---
Created an attachment (id=145565)
--> (https://bugzilla.gnome.org/attachment.cgi?id=145565)
autoconvert: Use gst_pad_peer_accept_caps instead of gst_pad_set_caps.
it is supposed to:
autoconvert: Use gst_pad_peer_accept_caps instead of gst_pad_set_caps.
gst_pad_set_caps on the internal source pad always succeeds, because
caps propagate to the peer with buffers, not immediately. Using
gst_pad_peer_accept_caps properly checks whether the actual
sub-element can accept caps when they change.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the Gstreamer-bugs
mailing list