Home
last modified time | relevance | path

Searched refs:gst_sample_get_caps (Results 1 – 25 of 33) sorted by relevance

12

/third_party/gstreamer/gstplugins_good/ext/taglib/
Dgstid3v2mux.cc386 gst_sample_get_caps (sample)) { in add_id3v2frame_tag()
390 s = gst_caps_get_structure (gst_sample_get_caps (sample), 0); in add_id3v2frame_tag()
434 gst_sample_get_caps (sample) != NULL && in add_image_tag()
435 !gst_caps_is_empty (gst_sample_get_caps (sample))) { in add_image_tag()
439 s = gst_caps_get_structure (gst_sample_get_caps (sample), 0); in add_image_tag()
496 (sample) ? gst_sample_get_caps (sample) : NULL); in add_image_tag()
/third_party/gstreamer/gstplugins_base/tests/examples/snapshot/
Dsnapshot.c120 caps = gst_sample_get_caps (sample); in main()
/third_party/gstreamer/gstreamer/gst/
Dgstsample.h64 GstCaps * gst_sample_get_caps (GstSample *sample);
Dgstsample.c207 gst_sample_get_caps (GstSample * sample) in gst_sample_get_caps() function
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Djpegdec.c61 decoded = gst_sample_get_caps (sample); in GST_START_TEST()
Did3demux.c248 fail_unless (gst_sample_get_caps (sample) != NULL); in check_unsync_v24()
Drtp-payloading.c745 caps = gst_sample_get_caps (s); in GST_START_TEST()
810 caps = gst_sample_get_caps (s); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dzxing.c138 fail_unless (gst_sample_get_caps (sample)); in GST_START_TEST()
Dzbar.c144 fail_unless (gst_sample_get_caps (sample)); in GST_START_TEST()
Dcamerabin.c601 fail_unless (gst_sample_get_caps (preview_sample) != NULL); in check_preview_image()
602 fail_unless (gst_caps_can_intersect (gst_sample_get_caps (preview_sample), in check_preview_image()
/third_party/gstreamer/gstplugins_good/tests/check/pipelines/
Dflacdec.c35 caps = gst_sample_get_caps (sample); in _get_first_sample()
/third_party/gstreamer/gstplugins_base/tests/examples/gl/generic/cube/
Dmain.cpp90 GstCaps *caps = gst_sample_get_caps (sample); in drawCallback()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dconvertframe.c320 from_caps = gst_sample_get_caps (sample); in gst_video_convert_sample()
704 from_caps = gst_sample_get_caps (sample); in gst_video_convert_sample_async()
/third_party/gstreamer/gstplugins_base/tests/examples/gl/generic/cubeyuv/
Dmain.cpp111 GstCaps *caps = gst_sample_get_caps (sample); in drawCallback()
/third_party/gstreamer/gstplugins_base/tests/examples/gl/qt/qglwidgetvideooverlay/
Dpipeline.cpp172 GstCaps *caps = gst_sample_get_caps (sample); in drawCallback()
/third_party/gstreamer/gstplugins_base/tests/examples/gl/qt/mousevideooverlay/
Dpipeline.cpp187 GstCaps *caps = gst_sample_get_caps (sample); in drawCallback()
/third_party/gstreamer/gstplugins_base/tests/examples/gl/generic/doublecube/
Dmain.cpp113 GstCaps *caps = gst_sample_get_caps (sample); in drawCallback()
/third_party/gstreamer/gstplugins_base/tests/examples/gl/sdl/
Dsdlshare2.c196 GstCaps *caps = gst_sample_get_caps (sample); in on_client_draw()
/third_party/gstreamer/gstplugins_bad/tests/examples/va/
Dmain.c83 caps = gst_sample_get_caps (app->sample); in draw_unlocked()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/basecamerabinsrc/
Dgstcamerabinpreview.c283 g_object_set (preview->appsrc, "caps", gst_sample_get_caps (sample), NULL); in gst_camerabin_preview_pipeline_post()
/third_party/gstreamer/gstplugins_bad/gst/id3tag/
Did3tag.c534 caps = gst_sample_get_caps (sample); in add_id3v2frame_tag()
760 caps = gst_sample_get_caps (sample); in add_image_tag()
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dvideotestsrc.c332 caps = gst_sample_get_caps (sample); in GST_START_TEST()
Dappsink.c1025 caps = gst_sample_get_caps (sample); in pull_and_check_sample()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Dgstvorbistag.c577 caps = gst_sample_get_caps (sample); in gst_tag_to_metadata_block_picture()
/third_party/gstreamer/gstplugins_base/tools/
Dgst-discoverer.c163 GstCaps *caps = gst_sample_get_caps (sample); in print_tag_foreach()

12