[gstreamer-bugs] [Bug 637300] [API] request pad based on caps

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Dec 20 13:02:26 PST 2010


https://bugzilla.gnome.org/show_bug.cgi?id=637300
  GStreamer | gstreamer (core) | git

--- Comment #7 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2010-12-20 21:02:23 UTC ---
>   pad = gst_element_get_request_pad_by_caps (mux, caps);

Or rather:

  pad = gst_element_get_request_pad_by_caps (mux, GST_PAD_SINK, caps, NULL);

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