[Bug 703008] gst-rtsp-server: get data from media element's association table
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Mon Jun 24 14:59:44 PDT 2013
http://bugzilla.gnome.org/show_bug.cgi?id=703008
GStreamer | gst-rtsp-server | git
Wim Taymans <wim.taymans> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |wim.taymans at gmail.com
Resolution| |FIXED
Target Milestone|HEAD |1.0.0
--- Comment #2 from Wim Taymans <wim.taymans at gmail.com> 2013-06-24 21:59:36 UTC ---
There is an "element" property that gives you the element and then you can use
any of the get_data, get_qdata on it etc. I think it is nicer to get the
element than to proxy all of the potential element methods (and signals and
properties).
I also added a method for completeness:
commit aab11985169d6b27443c3581eadbe0760c6f9bce
Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date: Mon Jun 24 23:56:57 2013 +0200
media: add _get_element() method
Add method to get the element used when creating the media.
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=703008
--
Configure bugmail: http://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