Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgststructure.h36 #define GST_IS_STRUCTURE(object) ((object) && (GST_STRUCTURE(object)->type == GST_TYPE_STRUCT…
38 #define GST_STRUCTURE(object) (GST_STRUCTURE_CAST(object)) macro
Dgstvalue.c2757 GstStructure *structure1 = GST_STRUCTURE (g_value_get_boxed (value1)); in gst_value_compare_structure()
2758 GstStructure *structure2 = GST_STRUCTURE (g_value_get_boxed (value2)); in gst_value_compare_structure()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtpsource.c493 old = GST_STRUCTURE (user_data); in sdes_struct_compare_func()
/third_party/gstreamer/gstreamer/docs/gst/
Dgstreamer-sections.txt2925 GST_STRUCTURE
/third_party/gstreamer/gstplugins_bad/tests/check/pipelines/
Dipcpipeline.c4467 s = GST_STRUCTURE (pmeta->info); in scan_meta()