OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:targetpad
(Results
1 - 1
of
1
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
WebKitWebSourceGStreamer.cpp
229
GstPad*
targetpad
;
local
253
targetpad
= gst_element_get_static_pad(GST_ELEMENT(priv->appsrc), "src");
254
gst_ghost_pad_set_target(GST_GHOST_PAD(priv->srcpad),
targetpad
);
255
gst_object_unref(
targetpad
);
Completed in 63 milliseconds