mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
gst/replaygain/gstrganalysis.c: Call the base class handler. Fixes #380610.
Original commit message from CVS: Patch by: René Stadler <mail at renestadler de> * gst/replaygain/gstrganalysis.c: (gst_rg_analysis_event): Call the base class handler. Fixes #380610.
This commit is contained in:
parent
1001e1d1e0
commit
78cb11d644
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2006-11-30 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
|
Patch by: René Stadler <mail at renestadler de>
|
||||||
|
|
||||||
|
* gst/replaygain/gstrganalysis.c: (gst_rg_analysis_event):
|
||||||
|
Call the base class handler. Fixes #380610.
|
||||||
|
|
||||||
2006-11-30 Wim Taymans <wim@fluendo.com>
|
2006-11-30 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
* ext/Makefile.am:
|
* ext/Makefile.am:
|
||||||
|
|
|
@ -485,7 +485,7 @@ gst_rg_analysis_event (GstBaseTransform * base, GstEvent * event)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
return TRUE;
|
return GST_BASE_TRANSFORM_CLASS (parent_class)->event (base, event);
|
||||||
}
|
}
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
|
|
Loading…
Reference in a new issue