mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 15:08:53 +00:00
gst/audioresample/gstaudioresample.c: Return the result of parent_class->event().
Original commit message from CVS: * gst/audioresample/gstaudioresample.c: Return the result of parent_class->event().
This commit is contained in:
parent
130a6d86be
commit
896ef6c0e5
1 changed files with 1 additions and 3 deletions
|
@ -503,9 +503,7 @@ audioresample_event (GstBaseTransform * base, GstEvent * event)
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
parent_class->event (base, event);
|
return parent_class->event (base, event);
|
||||||
|
|
||||||
return TRUE;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static GstFlowReturn
|
static GstFlowReturn
|
||||||
|
|
Loading…
Reference in a new issue