mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
avdtpsink: Chain event handling up to basesink
This commit is contained in:
parent
5a70912a50
commit
b2ed98d0a3
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ gst_avdtp_sink_event (GstBaseSink * basesink, GstEvent * event)
|
|||
gst_tag_list_foreach (taglist, gst_avdtp_sink_tag, self);
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
return GST_BASE_SINK_CLASS (parent_class)->event (basesink, event);
|
||||
}
|
||||
|
||||
static gboolean
|
||||
|
|
Loading…
Reference in a new issue