[vlc-devel] [PATCH 2/3] Bugfixes to equalizer.xml

akash mehrotra mehrotra.akash at gmail.com
Thu Jul 21 13:04:29 CEST 2011


2011/7/21 Rémi Denis-Courmont <remi at remlab.net>
>
> On Thu, 21 Jul 2011 13:54:32 +0530, akash mehrotra
> <mehrotra.akash at gmail.com> wrote:
> >> > Also, take values from config if EQ is disabled
> >>
> > In the Qt interface, if the EQ is not active, it shows the values from
> the
> > config initially. Thats what I've tried to mimic
>
> That's not my point. I don't see what the vlc_list_children() call and
> subsequent cruft does.
I had to do that to avoid assert errors.
It lists all the children of p_this, and then releases them at the end

Using

vlc_object_release( p_this );
vlc_object_release( p_intf );

or only

vlc_object_release (p_this);

causes it to give assert failures.

This way avoids that..
If you could tell me an alternative, I'll use that
>
> --
> Rémi Denis-Courmont
> http://www.remlab.net/
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel



More information about the vlc-devel mailing list