[gstreamer-bugs] [Bug 347385] [ghostpad] gst_ghost_pad_new_from_template() method

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Jul 18 03:23:31 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=347385
 GStreamer | gstreamer (core) | Ver: HEAD CVS





------- Comment #2 from Edward Hervey  2006-07-18 10:23 UTC -------
Created an attachment (id=69099)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=69099&action=view)
Patch that adds methods to create ghostpads from templates

This patch creates a gst_ghost_pad_new_full() method (which is not exported)
which is reused in all creation functions.
This means template property can go back to being a CONSTRUCT_ONLY property.
The two new creation functions are:
GstPad*          gst_ghost_pad_new_from_template (const gchar *name, GstPad *
target, GstPadTemplate * template);
GstPad*          gst_ghost_pad_new_no_target_from_template (const gchar *name,
GstPadTemplate * template);


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list