Home
last modified time | relevance | path

Searched refs:pending_caps (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/adaptivedemux/
Dgstadaptivedemux.c1246 if (stream->pending_caps) { in gst_adaptive_demux_expose_stream()
1247 gst_pad_set_caps (pad, stream->pending_caps); in gst_adaptive_demux_expose_stream()
1248 caps = stream->pending_caps; in gst_adaptive_demux_expose_stream()
1249 stream->pending_caps = NULL; in gst_adaptive_demux_expose_stream()
1705 if (stream->pending_caps) in gst_adaptive_demux_stream_free()
1706 gst_caps_unref (stream->pending_caps); in gst_adaptive_demux_stream_free()
2541 gst_caps_replace (&stream->pending_caps, caps); in gst_adaptive_demux_stream_set_caps()
2688 GstEvent *pending_caps = NULL, *pending_segment = NULL, *pending_tags = NULL; in gst_adaptive_demux_stream_push_buffer() local
2745 if (G_UNLIKELY (stream->pending_caps)) { in gst_adaptive_demux_stream_push_buffer()
2746 pending_caps = gst_event_new_caps (stream->pending_caps); in gst_adaptive_demux_stream_push_buffer()
[all …]
Dgstadaptivedemux.h143 GstCaps *pending_caps; member
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideoaggregator.c113 GstCaps *pending_caps; member
1452 gst_caps_replace (&vaggpad->priv->pending_caps, caps); in gst_video_aggregator_pad_sink_setcaps()
1801 gst_caps_replace (&pad->priv->caps, pad->priv->pending_caps); in gst_video_aggregator_fill_queues()
1802 gst_caps_replace (&pad->priv->pending_caps, NULL); in gst_video_aggregator_fill_queues()
1824 gst_caps_replace (&pad->priv->caps, pad->priv->pending_caps); in gst_video_aggregator_fill_queues()
1825 gst_caps_replace (&pad->priv->pending_caps, NULL); in gst_video_aggregator_fill_queues()
1895 gst_caps_replace (&pad->priv->caps, pad->priv->pending_caps); in gst_video_aggregator_fill_queues()
1896 gst_caps_replace (&pad->priv->pending_caps, NULL); in gst_video_aggregator_fill_queues()
1915 gst_caps_replace (&pad->priv->caps, pad->priv->pending_caps); in gst_video_aggregator_fill_queues()
1916 gst_caps_replace (&pad->priv->pending_caps, NULL); in gst_video_aggregator_fill_queues()
[all …]