mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +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;
|
res = TRUE;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
res = gst_proxy_pad_query_default (pad, parent, query);
|
res = gst_pad_query_default (pad, parent, query);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
return res;
|
return res;
|
||||||
|
|
Loading…
Reference in a new issue