Lines Matching refs:taglist

202   GstTagList *taglist;  member
947 clean_global_taglist (GstTagList * taglist) in clean_global_taglist() argument
949 gst_tag_list_remove_tag (taglist, GST_TAG_CONTAINER_FORMAT); in clean_global_taglist()
950 gst_tag_list_remove_tag (taglist, GST_TAG_CODEC); in clean_global_taglist()
968 GstTagList *taglist; in push_event() local
970 gst_event_parse_tag (event, &taglist); in push_event()
973 demux->global_tags = gst_tag_list_copy (taglist); in push_event()
977 if (gst_tag_list_get_scope (taglist) == GST_TAG_SCOPE_STREAM) { in push_event()
982 gst_tag_list_insert (demux->global_tags, taglist, GST_TAG_MERGE_REPLACE); in push_event()
1056 if (!stream->taglist) in add_iso639_language_to_tags()
1057 stream->taglist = gst_tag_list_new_empty (); in add_iso639_language_to_tags()
1064 gst_tag_list_add (stream->taglist, GST_TAG_MERGE_REPLACE, in add_iso639_language_to_tags()
1757 if (!stream->taglist) in create_pad_for_stream()
1758 stream->taglist = gst_tag_list_new_empty (); in create_pad_for_stream()
1759 gst_pb_utils_add_codec_description_to_tag_list (stream->taglist, NULL, in create_pad_for_stream()
1761 gst_stream_set_tags (bstream->stream_object, stream->taglist); in create_pad_for_stream()
1869 if (stream->taglist != NULL) { in gst_ts_demux_stream_removed()
1870 gst_tag_list_unref (stream->taglist); in gst_ts_demux_stream_removed()
1871 stream->taglist = NULL; in gst_ts_demux_stream_removed()
2557 if (stream->taglist) { in calculate_and_push_newsegment()
2559 stream->taglist); in calculate_and_push_newsegment()
2560 gst_pad_push_event (stream->pad, gst_event_new_tag (stream->taglist)); in calculate_and_push_newsegment()
2561 stream->taglist = NULL; in calculate_and_push_newsegment()