[gstreamer-bugs] [Bug 512826] switch / selector

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Jan 30 04:41:56 PST 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=512826

  GStreamer | gst-plugins-bad | Ver: HEAD CVS

Aurelien Grimaud changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gstelzz at yahoo.fr




------- Comment #1 from Aurelien Grimaud  2008-01-30 12:41 UTC -------
I think so.
I think there may be another unref missing.
I use switch this way :

create switch
get_request_pad
link
set active-pad
...
unlink
release_request_pad
release switch

And there is still a reference on the pad.
I think it is because active_pad was resetted (=NULL) in
gst_*_selector_release_pad and then _dispose will not unref this pad which was
active before release.
Sould not the active pad be unreffed before setting to NULL ?

Regards.


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




More information about the Gstreamer-bugs mailing list