[gstreamer-bugs] [Bug 545501] Unable to get the parent of a GstSubBuffer

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Aug 5 03:04:55 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=545501

  GStreamer | gstreamer (core) | Ver: HEAD CVS

Wim Taymans changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wim.taymans at gmail.com




------- Comment #7 from Wim Taymans  2008-08-05 10:04 UTC -------
GstBuffer subclasses are pretty painfull for many reasons, exposing the fact
that we have subbuffers as subclasses is not something that sounds very
appealing. A little function to deref to the 'real' buffer object sounds
sweeter.

Another option is to add the vmethods. There is only one free pointer in
miniobject which can be used to by GstBuffer to store a pointer to an array of
new vmethods that can be overridden by subclasses. not very nice but possible.


-- 
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=545501.




More information about the Gstreamer-bugs mailing list