update for ghostpad changes

This commit is contained in:
Wim Taymans 2012-07-18 17:57:59 +02:00
parent 9fdcad4aee
commit ac2a366a12

View file

@ -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;