mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
basesrc: don't do things in the vmethod trampoline
This commit is contained in:
parent
13754e87fc
commit
b3998146c1
1 changed files with 0 additions and 2 deletions
|
@ -1148,8 +1148,6 @@ gst_base_src_query (GstPad * pad, GstQuery * query)
|
|||
|
||||
if (bclass->query)
|
||||
result = bclass->query (src, query);
|
||||
else
|
||||
result = gst_pad_query_default (pad, query);
|
||||
|
||||
gst_object_unref (src);
|
||||
|
||||
|
|
Loading…
Reference in a new issue