baseparse: Allow chaining of subclass event handlers
authorArun Raghavan <arun.raghavan@collabora.co.uk>
Wed, 22 Sep 2010 10:37:24 +0000 (16:07 +0530)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 8 Apr 2011 17:07:07 +0000 (18:07 +0100)
commit3448e83c73f0c642698345ef2c7ce14a38f4f2e3
tree2280061461fa44b2129ebace963b8f2d18641924
parent8df3c8477a75bdda158f53ee04a502db424f3932
baseparse: Allow chaining of subclass event handlers

This allows the child class to chain its event handler with
GstBaseParse, so that subclasses don't have to duplicate all the default
event handling logic.

https://bugzilla.gnome.org/show_bug.cgi?id=622276
gst/audioparsers/gstbaseparse.c