[Bug 763457] gstparse: element properties are contained in a GstPipeline instead of a GstBin

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Mar 11 07:34:32 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=763457

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slomo at coaxion.net

--- Comment #1 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
It uses gst_parse_bin_from_description() already, which uses
gst_parse_launch_full() internally.

And that one calls
>  bin = GST_BIN (gst_element_factory_make ("pipeline", NULL));

So the solution would be to pass through the information that we want a bin,
not a pipeline. Maybe by adding a new value to GstParseFlags for backwards
compatibility (someone might expect gst_parse_bin_from_description() to return
a GstPipeline).

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