[gstreamer-bugs] [Bug 539055] Gst*Pad* new functions don't initialze the object's instance with the construction properties.

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Jun 19 16:09:00 PDT 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=539055

  GStreamer | gstreamer (core) | Ver: HEAD CVS




------- Comment #5 from José Alburquerque  2008-06-19 23:08 UTC -------
Thanks.  I knew I had something wrong.  Using "direction" instead of "dir" with
Gst::Pad makes the warning disappear.  Looking at the GstGhostPad
gst_ghost_pad_new_no_target() function, it has a "dir" parameter (I was under
the impression, obviously in error, that the property names could be taken from
the parameter name -- sorry), I guess I would use "direction" for that property
also  Right?  This may be a simple question, but the answer would help a lot (I
realize I don't know in detail about GStreamer internals, but I'd really like
to try to provide C++ bindings if possible and also learn as I go):  How can I
find the constructor property names for example for GstGhostPad (Am I right in
assuming that it would have properties such as "templ" for its GstPadTemplate
and "target" for its GstPad target)?  Thanks for your help.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=539055.




More information about the Gstreamer-bugs mailing list