[Bug 703405] playbin: stream-combiners can't be bins

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jul 2 13:20:01 PDT 2013


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

--- Comment #17 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2013-07-02 20:19:58 UTC ---
> I'm not sure what you mean by changing the GValue deserializer though?

When in a gst-launch pipeline you do "playbin audio-stream-combiner=xyz" then
the gst-launch parser will see the property assignment
"audio-stream-combiner=xyz", and it will see that the property is of type
GstElement *, and will need to figure out how to make a GstElement * of the
string 'xyz'. That's done using a registered deserialization function for
GstElement <-> string. That function will use gst_parse_bin_from_description()
internally to do this conversion.

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