Home
last modified time | relevance | path

Searched refs:GstStreamType (Results 1 – 14 of 14) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgststreams.h63 } GstStreamType; typedef
123 GstStreamType type,
135 void gst_stream_set_stream_type (GstStream *stream, GstStreamType stream_type);
138 GstStreamType gst_stream_get_stream_type (GstStream *stream);
153 const gchar * gst_stream_type_get_name (GstStreamType stype);
Dgststreams.c61 GstStreamType type;
214 gst_stream_new (const gchar * stream_id, GstCaps * caps, GstStreamType type, in gst_stream_new()
330 gst_stream_set_stream_type (GstStream * stream, GstStreamType stream_type) in gst_stream_set_stream_type()
352 GstStreamType
355 GstStreamType res; in gst_stream_get_stream_type()
555 gst_stream_type_get_name (GstStreamType stype) in gst_stream_type_get_name()
/third_party/gstreamer/gstplugins_base/tests/examples/decodebin_next/
Duridecodebin3-select-all.c111 GstStreamType stype = gst_stream_get_stream_type (stream); in activate_all_av_streams()
224 GstStreamType type; in decodebin_pad_added_cb()
Dplaybin-test.c118 GstStreamType stype = gst_stream_get_stream_type (stream); in switch_streams()
Ddecodebin3.c124 GstStreamType stype = gst_stream_get_stream_type (stream); in switch_streams()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstdecodebin3.c317 GstStreamType type;
342 GstStreamType type;
513 GstStreamType type);
1123 GstStreamType used_types = 0; in update_requested_selection()
1163 GstStreamType curtype = gst_stream_get_stream_type (stream); in update_requested_selection()
1180 GstStreamType curtype = gst_stream_get_stream_type (stream); in update_requested_selection()
1225 GstStreamType typea, typeb; in sort_streams()
1595 GstStreamType stype = gst_stream_get_stream_type (stream); in find_free_compatible_output()
2035 create_new_slot (GstDecodebin3 * dbin, GstStreamType type) in create_new_slot()
2094 GstStreamType input_type = 0; in get_slot_for_input()
[all …]
Dgstplaybin3.c268 GstStreamType stream_type; /* The GstStreamType of the combiner */
329 GstStreamType stream_type; /* stream type of the controlled pad */
355 GstStreamType selected_stream_types;
358 GstStreamType present_stream_types;
453 GstStreamType selected_stream_types;
457 GstStreamType active_stream_types;
1157 GstStreamType stype = gst_stream_get_stream_type (stream); in update_combiner_info()
2098 extend_list_of_streams (GstPlayBin3 * playbin, GstStreamType stype, in extend_list_of_streams()
2109 GstStreamType curtype = gst_stream_get_stream_type (stream); in extend_list_of_streams()
2313 GstStreamType chosen_stream_types = 0; in do_stream_selection()
[all …]
Dgstparsebin.c282 static GstStreamType guess_stream_type_from_caps (GstCaps * caps);
3767 GstStreamType type = guess_stream_type_from_caps (caps); in build_fallback_collection()
3909 static GstStreamType
3946 GstStreamType new_type = guess_stream_type_from_caps (caps); in gst_parse_pad_update_caps()
/third_party/gstreamer/gstplugins_base/tools/
Dgst-play.c636 GstStreamType type = gst_stream_get_stream_type (stream); in play_bus_msg()
1127 GstStreamType target_type; in play_get_nth_stream_in_collection()
1147 GstStreamType type = gst_stream_get_stream_type (stream); in play_get_nth_stream_in_collection()
1187 GstStreamType type = gst_stream_get_stream_type (stream); in play_cycle_track_selection()
/third_party/gstreamer/gstplugins_bad/gst/debugutils/
Dgsttestsrcbin.c255 GstStaticPadTemplate * template, GstStreamType stype, in gst_test_src_bin_setup_src()
/third_party/gstreamer/gstplugins_bad/gst/transcode/
Dgsttranscodebin.c534 caps_is_raw (GstCaps * caps, GstStreamType stype) in caps_is_raw()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/play/
Dgstplay.c1602 GstStreamType stream_type; in streams_selected_cb()
2195 GstStreamType stream_type = gst_stream_get_stream_type (stream); in gst_play_streams_info_create_from_collection()
/third_party/gstreamer/gstreamer/
DChangeLog13196 streams: GstStreamType/GstStream are available since 1.10
20697 streams: Extend GstStreamType documentation
/third_party/gstreamer/gstplugins_base/
DChangeLog47664 playback: GstStreamType is a flag