Home
last modified time | relevance | path

Searched refs:audio_caps (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/examples/app/
Dappsink-src.c31 const gchar *audio_caps = variable
146 filename, audio_caps); in main()
178 audio_caps); in main()
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Davfassetsrc.m819 if (!gst_caps_is_fixed (audio_caps))
822 gst_audio_info_from_caps (&info, audio_caps);
896 audio_caps = gst_caps_from_string ("audio/x-raw, "
1067 caps = gst_caps_ref (audio_caps);
1091 if (audio_caps != NULL) {
1092 gst_caps_unref (audio_caps);
1096 gst_caps_unref (audio_caps);
Davfassetsrc.h86 GstCaps *audio_caps; variable
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dflvmux.c382 GstCaps *audio_caps, *video_caps; in GST_START_TEST() local
403 audio_caps = gst_caps_new_simple ("audio/x-speex", in GST_START_TEST()
405 gst_harness_set_src_caps (audio_q, audio_caps); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/sys/decklink/
Dgstdecklink.cpp1383 static GstStaticCaps audio_caps = in gst_decklink_device_new() local
1392 gst_caps_intersect (gst_static_caps_get (&audio_caps), in gst_decklink_device_new()