[Bug 735423] videodecoder: Haven't set caps to downstream when select another video track.

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Aug 27 00:18:03 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=735423
  GStreamer | gst-plugins-base | 1.2.3

--- Comment #8 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2014-08-27 07:18:01 UTC ---
The CAPS event is sent by the decoder, and before the first buffer
input-selector will forward it when the stream is selected. Look for the call
to gst_pad_sticky_events_foreach() in the input-selector code.


I assume you have a custom allocator and memory type in the buffers returned by
your buffer pool. In that case you can store whatever is needed in that memory
to make it usable by the sink together with the currently configured caps on
the sink.

-- 
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