HomeSort by relevance Sort by last modified time
    Searched refs:m_pipeline (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
GStreamerGWorld.h 48 GstElement* pipeline() const { return m_pipeline; }
59 GstElement* m_pipeline; member in class:WebCore::GStreamerGWorld
GStreamerGWorld.cpp 58 : m_pipeline(pipeline)
62 GstBus* bus = gst_pipeline_get_bus(GST_PIPELINE(m_pipeline));
72 m_pipeline = 0;
90 g_object_get(m_pipeline, "video-sink", &videoSink.outPtr(), NULL);
127 gboolean queryResult = gst_element_query(m_pipeline, query);
144 if (!gst_element_query_position(m_pipeline, &format, &position))
166 g_object_get(m_pipeline, "video-sink", &videoSink.outPtr(), NULL);

Completed in 42 milliseconds