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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jul 4 02:18:05 PDT 2013


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

--- Comment #23 from Sebastian Dröge <slomo at circular-chaos.org> 2013-07-04 09:17:59 UTC ---
(In reply to comment #22)
> (In reply to comment #21)
> > I remember that there
> > is something in this code that would expose all unlinked pads inside the bin as
> > ghostpads on the bin
> 
> That happens right after the code you quoted:

Alright, thanks :)

> There's one thing that may be different, which is that attributes used to get
> set on the bin and now get set on the element:
> 
>     (grammar.y, GST_BIN_MAKE)
>     /* set the properties now */ \
>     for (walk = assign; walk; walk = walk->next) \
>       gst_parse_element_set ((gchar *) walk->data, element, graph); \

These are the properties that are set in the pipeline string? In that case it
shouldn't matter :)

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