Searched refs:thepad (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_base/ext/ogg/ |
D | gstoggmux.c | 1150 GstPad *thepad; in gst_ogg_mux_get_headers() local 1153 thepad = pad->collect.pad; in gst_ogg_mux_get_headers() 1155 GST_LOG_OBJECT (thepad, "getting headers"); in gst_ogg_mux_get_headers() 1157 caps = gst_pad_get_current_caps (thepad); in gst_ogg_mux_get_headers() 1159 GST_INFO_OBJECT (thepad, "got empty caps as negotiated format"); in gst_ogg_mux_get_headers() 1166 GST_LOG_OBJECT (thepad, "got header"); in gst_ogg_mux_get_headers() 1171 GST_LOG_OBJECT (thepad, "got fixed list"); in gst_ogg_mux_get_headers() 1176 GST_LOG_OBJECT (thepad, "item %d", i); in gst_ogg_mux_get_headers() 1180 GST_LOG_OBJECT (thepad, "adding item %d to header list", i); in gst_ogg_mux_get_headers() 1187 GST_LOG_OBJECT (thepad, "streamheader is not fixed list"); in gst_ogg_mux_get_headers() [all …]
|
/third_party/gstreamer/gstplugins_good/gst/matroska/ |
D | matroska-mux.c | 3256 GstPad *thepad; in gst_matroska_mux_start() local 3260 thepad = collect_pad->collect.pad; in gst_matroska_mux_start() 3263 GST_DEBUG_OBJECT (thepad, "querying peer duration"); in gst_matroska_mux_start() 3264 if (gst_pad_peer_query_duration (thepad, GST_FORMAT_TIME, &trackduration)) { in gst_matroska_mux_start() 3265 GST_DEBUG_OBJECT (thepad, "duration: %" GST_TIME_FORMAT, in gst_matroska_mux_start()
|