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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Aug 16 09:13:23 PDT 2013


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

--- Comment #26 from Brendan Long <self at brendanlong.com> 2013-08-16 16:13:20 UTC ---
I looked into it more and it looks like GST_BIN_MAKE is the wrong function to
change. For bins as properties of elements, it uses
gst_parse_bin_from_description(), which uses "gst_parse_launch_full". The real
change that needed to be made was this:

  if (flags & GST_PARSE_FLAG_NO_SINGLE_ELEMENT_BINS) {
    desc = g_strdup_printf ("%s", bin_description);
  } else {
    desc = g_strdup_printf ("bin.( %s )", bin_description);
  }

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