[Bug 642535] gst_parse_launch fails on pointer parameters

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Feb 17 17:05:33 PST 2011


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

--- Comment #2 from Aaron VanDevender <sig at netdot.net> 2011-02-18 01:05:28 UTC ---
Well, I'm actually using gst_parse_launch through pygstreamer. And pygtk
doesn't all you to create GBoxed or GPointer from an address. So the
g_object_set/set_property technique won't work. To get the address, I'm using
the method of another python class that returns the baseaddress of the C struct
it wraps. But it returns it as a number, not a gpointer, since it can't depend
on pygtk/gobject.

Is adding the ability to parse_launch pointers really difficult?

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