mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
update for ghostpad changes
This commit is contained in:
parent
9fdcad4aee
commit
ac2a366a12
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ gst_push_file_src_ghostpad_query (GstPad * pad, GstObject * parent,
|
|||
res = TRUE;
|
||||
break;
|
||||
default:
|
||||
res = gst_proxy_pad_query_default (pad, parent, query);
|
||||
res = gst_pad_query_default (pad, parent, query);
|
||||
break;
|
||||
}
|
||||
return res;
|
||||
|
|
Loading…
Reference in a new issue