Home
last modified time | relevance | path

Searched refs:taglist (Results 201 – 225 of 7022) sorted by path

12345678910>>...281

/dports/audio/gstreamer1-plugins-chromaprint/gst-plugins-bad-1.16.2/sys/bluez/
H A Dgstavdtpsink.c201 gst_avdtp_sink_tag (const GstTagList * taglist, in gst_avdtp_sink_tag() argument
210 if (!gst_tag_list_get_boolean (taglist, tag, &crc)) { in gst_avdtp_sink_tag()
219 if (!gst_tag_list_get_string (taglist, tag, &channel_mode)) { in gst_avdtp_sink_tag()
238 GstTagList *taglist = NULL; in gst_avdtp_sink_event() local
243 gst_event_parse_tag (event, &taglist); in gst_avdtp_sink_event()
244 gst_tag_list_foreach (taglist, gst_avdtp_sink_tag, self); in gst_avdtp_sink_event()
H A Dgstavdtpsrc.c306 avrcp_metadata_cb (GstAvrcpConnection * avrcp, GstTagList * taglist, in avrcp_metadata_cb() argument
312 if (gst_tag_list_get_uint64 (taglist, GST_TAG_DURATION, &duration)) { in avrcp_metadata_cb()
319 gst_event_new_tag (gst_tag_list_copy (taglist))); in avrcp_metadata_cb()
321 gst_message_new_tag (GST_OBJECT (src), taglist)); in avrcp_metadata_cb()
H A Dgstavrcputil.c75 GstTagList *taglist = NULL; in tag_list_from_variant() local
140 if (taglist && gst_tag_list_is_empty (taglist)) { in tag_list_from_variant()
141 gst_tag_list_unref (taglist); in tag_list_from_variant()
142 taglist = NULL; in tag_list_from_variant()
145 return taglist; in tag_list_from_variant()
153 GstTagList *taglist; in player_property_changed_cb() local
157 if (taglist) in player_property_changed_cb()
164 GstTagList *taglist = NULL; in player_get_taglist() local
171 return taglist; in player_get_taglist()
178 GstTagList *taglist; in gst_avrcp_connection_set_player() local
[all …]
/dports/audio/gstreamer1-plugins-chromaprint/gst-plugins-bad-1.16.2/tests/check/elements/
H A Dcamerabin.c803 GstTagList *taglist = NULL; in validity_bus_cb() local
805 gst_message_parse_tag (message, &taglist); in validity_bus_cb()
807 gst_tag_list_insert (tags_found, taglist, GST_TAG_MERGE_REPLACE); in validity_bus_cb()
808 gst_tag_list_unref (taglist); in validity_bus_cb()
810 tags_found = taglist; in validity_bus_cb()
834 check_file_validity (const gchar * filename, gint num, GstTagList * taglist, in check_file_validity() argument
888 if (taglist && strstr (filename, "image")) { in check_file_validity()
892 if (taglist) { in check_file_validity()
894 fail_unless (taglist_is_subset (taglist, tags_found)); in check_file_validity()
H A Djifmux.c41 const GstTagList *taglist; member
923 test_data.taglist = taglist; in libexif_check_tag_exists()
974 GstTagList *taglist; in generate_jif_file_with_tags() local
976 taglist = gst_tag_list_new_from_string (tags); in generate_jif_file_with_tags()
979 gst_tag_list_unref (taglist); in generate_jif_file_with_tags()
988 fail_unless (taglist != NULL); in libexif_check_tags_from_taglist()
1006 GstTagList *taglist; in libexif_check_tags() local
1009 fail_unless (taglist != NULL); in libexif_check_tags()
1013 gst_tag_list_unref (taglist); in libexif_check_tags()
1020 GstTagList *taglist; in GST_START_TEST() local
[all …]
/dports/audio/gstreamer1-plugins-chromaprint/gst-plugins-bad-1.16.2/tests/check/pipelines/
H A Dipcpipeline.c2817 GstTagList *taglist = NULL; in tags_probe() local
2818 gst_event_parse_tag (GST_EVENT (info->data), &taglist); in tags_probe()
2819 FAIL_UNLESS (taglist); in tags_probe()
2820 if (gst_tag_list_is_empty (taglist)) { in tags_probe()
2822 } else if (gst_tag_list_get_string (taglist, GST_TAG_TITLE, &fstring) in tags_probe()
2824 && gst_tag_list_get_uint (taglist, GST_TAG_BITRATE, &funsigned) in tags_probe()
/dports/audio/gstreamer1-plugins-faac/gst-plugins-bad-1.16.2/
H A DChangeLog25046 tsdemux: Don't leak a taglist if a taglist has already been created
50024 dtsdec: fix taglist leak
55645 tsdemux: fix taglist leak
87794 sfdec: add date to taglist
88087 sfdec: add taglist support
99288 mxfdemux: fix taglist leak
112509 tsdemux: Add language code to taglist.
112511 the pads taglist.
121442 gme: update for taglist api changes
129708 There are 3 taglist tests, not 2
[all …]
/dports/audio/gstreamer1-plugins-faac/gst-plugins-bad-1.16.2/docs/random/
H A DChangeLog-0.811587 because gst_event_unref (event) also freed taglist
13526 return taglist correctly from _get function, don't gst_pad_push it.
/dports/audio/gstreamer1-plugins-faac/gst-plugins-bad-1.16.2/ext/assrender/
H A Dgstassrender.c1605 gst_ass_render_handle_tags (GstAssRender * render, GstTagList * taglist) in gst_ass_render_handle_tags() argument
1609 if (!taglist) in gst_ass_render_handle_tags()
1612 tag_size = gst_tag_list_get_tag_size (taglist, GST_TAG_ATTACHMENT); in gst_ass_render_handle_tags()
1620 if (gst_tag_list_get_sample_index (taglist, GST_TAG_ATTACHMENT, index, in gst_ass_render_handle_tags()
1674 GstTagList *taglist = NULL; in gst_ass_render_event_video() local
1679 gst_event_parse_tag (event, &taglist); in gst_ass_render_event_video()
1680 gst_ass_render_handle_tags (render, taglist); in gst_ass_render_event_video()
1853 GstTagList *taglist = NULL; in gst_ass_render_event_text() local
1858 gst_event_parse_tag (event, &taglist); in gst_ass_render_event_text()
1859 gst_ass_render_handle_tags (render, taglist); in gst_ass_render_event_text()
/dports/audio/gstreamer1-plugins-faac/gst-plugins-bad-1.16.2/ext/colormanagement/
H A Dgstlcms.c147 static void gst_lcms_handle_tags (GstLcms * lcms, GstTagList * taglist);
640 GstTagList *taglist = NULL; in gst_lcms_sink_event() local
642 gst_event_parse_tag (event, &taglist); in gst_lcms_sink_event()
643 gst_lcms_handle_tags (lcms, taglist); in gst_lcms_sink_event()
697 gst_lcms_handle_tags (GstLcms * lcms, GstTagList * taglist) in gst_lcms_handle_tags() argument
701 if (!taglist) in gst_lcms_handle_tags()
704 tag_size = gst_tag_list_get_tag_size (taglist, GST_TAG_ATTACHMENT); in gst_lcms_handle_tags()
709 if (gst_tag_list_get_sample_index (taglist, GST_TAG_ATTACHMENT, index, in gst_lcms_handle_tags()
/dports/audio/gstreamer1-plugins-faac/gst-plugins-bad-1.16.2/ext/dts/
H A Dgstdtsdec.c441 GstTagList *taglist; in gst_dtsdec_update_streaminfo() local
444 taglist = gst_tag_list_new_empty (); in gst_dtsdec_update_streaminfo()
446 gst_tag_list_add (taglist, GST_TAG_MERGE_APPEND, GST_TAG_BITRATE, in gst_dtsdec_update_streaminfo()
448 gst_audio_decoder_merge_tags (GST_AUDIO_DECODER (dts), taglist, in gst_dtsdec_update_streaminfo()
450 if (taglist) in gst_dtsdec_update_streaminfo()
451 gst_tag_list_unref (taglist); in gst_dtsdec_update_streaminfo()
/dports/audio/gstreamer1-plugins-faac/gst-plugins-bad-1.16.2/ext/faac/
H A Dgstfaac.c346 GstTagList *taglist; in gst_faac_set_tags() local
349 taglist = gst_tag_list_new_empty (); in gst_faac_set_tags()
350 gst_tag_list_add (taglist, GST_TAG_MERGE_REPLACE, in gst_faac_set_tags()
353 gst_audio_encoder_merge_tags (GST_AUDIO_ENCODER (faac), taglist, in gst_faac_set_tags()
356 gst_tag_list_unref (taglist); in gst_faac_set_tags()
/dports/audio/gstreamer1-plugins-faac/gst-plugins-bad-1.16.2/ext/gme/
H A Dgstgme.c378 GstTagList *taglist; in gme_setup() local
411 taglist = gst_tag_list_new_empty (); in gme_setup()
414 gst_tag_list_add (taglist, GST_TAG_MERGE_REPLACE, GST_TAG_TITLE, in gme_setup()
417 gst_tag_list_add (taglist, GST_TAG_MERGE_REPLACE, GST_TAG_ARTIST, in gme_setup()
423 gst_tag_list_add (taglist, GST_TAG_MERGE_REPLACE, GST_TAG_ALBUM, info->game, in gme_setup()
427 gst_tag_list_add (taglist, GST_TAG_MERGE_REPLACE, GST_TAG_COMMENT, in gme_setup()
430 gst_tag_list_add (taglist, GST_TAG_MERGE_REPLACE, GST_TAG_CONTACT, in gme_setup()
433 gst_tag_list_add (taglist, GST_TAG_MERGE_REPLACE, GST_TAG_COPYRIGHT, in gme_setup()
436 gst_tag_list_add (taglist, GST_TAG_MERGE_REPLACE, GST_TAG_ENCODER, in gme_setup()
444 gst_tag_list_add (taglist, GST_TAG_MERGE_REPLACE, in gme_setup()
[all …]
/dports/audio/gstreamer1-plugins-faac/gst-plugins-bad-1.16.2/ext/hls/
H A Dgsthlsdemux-util.c274 GstTagList *taglist; in gst_hlsdemux_tsreader_find_pcrs_id3() local
306 taglist = gst_tag_list_from_id3v2_tag (buffer); in gst_hlsdemux_tsreader_find_pcrs_id3()
307 if (taglist == NULL) { in gst_hlsdemux_tsreader_find_pcrs_id3()
312 *tags = taglist; in gst_hlsdemux_tsreader_find_pcrs_id3()
315 if (!gst_tag_list_get_sample (taglist, GST_TAG_PRIVATE_DATA, &priv_data)) in gst_hlsdemux_tsreader_find_pcrs_id3()
/dports/audio/gstreamer1-plugins-faac/gst-plugins-bad-1.16.2/ext/ladspa/
H A Dgstladspasource.c269 GstTagList *taglist; in gst_ladspa_source_type_fill() local
271 taglist = gst_tag_list_new (GST_TAG_DESCRIPTION, "ladspa wave", NULL); in gst_ladspa_source_type_fill()
275 eclass->send_event (GST_ELEMENT (base), gst_event_new_tag (taglist)); in gst_ladspa_source_type_fill()
277 gst_tag_list_unref (taglist); in gst_ladspa_source_type_fill()
/dports/audio/gstreamer1-plugins-faac/gst-plugins-bad-1.16.2/ext/lv2/
H A Dgstlv2source.c382 GstTagList *taglist; in gst_lv2_source_fill() local
384 taglist = gst_tag_list_new (GST_TAG_DESCRIPTION, "lv2 wave", NULL); in gst_lv2_source_fill()
388 eclass->send_event (GST_ELEMENT (base), gst_event_new_tag (taglist)); in gst_lv2_source_fill()
390 gst_tag_list_unref (taglist); in gst_lv2_source_fill()
/dports/audio/gstreamer1-plugins-faac/gst-plugins-bad-1.16.2/gst/asfmux/
H A Dgstasfmux.c348 if (asfpad->taglist == NULL) { in gst_asf_mux_sink_event()
349 asfpad->taglist = gst_tag_list_new_empty (); in gst_asf_mux_sink_event()
414 if (!gst_tag_list_copy_value (&value, taglist, tag)) { in content_description_calc_size_for_tag()
524 if (!gst_tag_list_copy_value (&value, taglist, tag)) { in add_metadata_tag_size()
574 if (asfpad->taglist == NULL || gst_tag_list_is_empty (asfpad->taglist)) in gst_asf_mux_get_metadata_object_size()
1019 if (!gst_tag_list_copy_value (&value, taglist, tag)) { in write_ext_content_description_tag()
1157 if (asfpad->taglist == NULL || gst_tag_list_is_empty (asfpad->taglist)) in gst_asf_mux_write_metadata_object()
2061 if (pad->taglist) in gst_asf_mux_pad_reset()
2062 gst_tag_list_unref (pad->taglist); in gst_asf_mux_pad_reset()
2063 pad->taglist = NULL; in gst_asf_mux_pad_reset()
[all …]
H A Dgstasfmux.h73 GstTagList *taglist; member
/dports/audio/gstreamer1-plugins-faac/gst-plugins-bad-1.16.2/gst/camerabin2/
H A Dgstcamerabin2.c338 const GstTagList *taglist; in gst_camera_bin_start_capture() local
405 taglist = gst_tag_setter_get_tag_list (GST_TAG_SETTER (camerabin)); in gst_camera_bin_start_capture()
407 GST_PTR_FORMAT, taglist); in gst_camera_bin_start_capture()
415 taglist ? gst_tag_list_copy (taglist) : NULL); in gst_camera_bin_start_capture()
417 } else if (taglist) { in gst_camera_bin_start_capture()
423 gst_event_new_tag (gst_tag_list_copy (taglist))); in gst_camera_bin_start_capture()
1869 _gst_tag_list_unref_maybe (GstTagList * taglist) in _gst_tag_list_unref_maybe() argument
1871 if (taglist) in _gst_tag_list_unref_maybe()
1872 gst_tag_list_unref (taglist); in _gst_tag_list_unref_maybe()
/dports/audio/gstreamer1-plugins-faac/gst-plugins-bad-1.16.2/gst/id3tag/
H A Dgstid3mux.c87 const GstTagList * taglist);
89 const GstTagList * taglist);
190 gst_id3_mux_render_v2_tag (GstTagMux * mux, const GstTagList * taglist) in gst_id3_mux_render_v2_tag() argument
195 return id3_mux_render_v2_tag (mux, taglist, id3mux->v2_major_version); in gst_id3_mux_render_v2_tag()
201 gst_id3_mux_render_v1_tag (GstTagMux * mux, const GstTagList * taglist) in gst_id3_mux_render_v1_tag() argument
206 return id3_mux_render_v1_tag (mux, taglist); in gst_id3_mux_render_v1_tag()
H A Did3tag.c1232 id3_mux_render_v2_tag (GstTagMux * mux, const GstTagList * taglist, int version) in id3_mux_render_v2_tag() argument
1243 gst_tag_list_foreach (taglist, foreach_add_tag, &tag); in id3_mux_render_v2_tag()
1385 id3_mux_render_v1_tag (GstTagMux * mux, const GstTagList * taglist) in id3_mux_render_v1_tag() argument
1406 v1_funcs[i].func (taglist, v1_funcs[i].gst_tag, data + v1_funcs[i].offset, in id3_mux_render_v1_tag()
H A Did3tag.h28 const GstTagList * taglist,
32 const GstTagList * taglist);
/dports/audio/gstreamer1-plugins-faac/gst-plugins-bad-1.16.2/gst/jpegformat/
H A Dgstjpegparse.c471 GstTagList *taglist = parse->tags; in extract_and_queue_tags() local
472 if (taglist) { in extract_and_queue_tags()
473 gst_tag_list_insert (taglist, tags, GST_TAG_MERGE_REPLACE); in extract_and_queue_tags()
570 GstTagList *taglist = get_tag_list (parse); in gst_jpeg_parse_com() local
571 gst_tag_list_add (taglist, GST_TAG_MERGE_REPLACE, in gst_jpeg_parse_com()
573 GST_DEBUG_OBJECT (parse, "collected tags: %" GST_PTR_FORMAT, taglist); in gst_jpeg_parse_com()
838 GstTagList *taglist = NULL; in gst_jpeg_parse_sink_event() local
840 gst_event_parse_tag (event, &taglist); in gst_jpeg_parse_sink_event()
842 gst_tag_list_insert (get_tag_list (parse), taglist, in gst_jpeg_parse_sink_event()
/dports/audio/gstreamer1-plugins-faac/gst-plugins-bad-1.16.2/gst/mpegtsdemux/
H A Dtsdemux.c202 GstTagList *taglist; member
968 GstTagList *taglist; in push_event() local
970 gst_event_parse_tag (event, &taglist); in push_event()
1056 if (!stream->taglist) in add_iso639_language_to_tags()
1757 if (!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()
[all …]
/dports/audio/gstreamer1-plugins-faac/gst-plugins-bad-1.16.2/gst/videoparsers/
H A Dgstdiracparse.c396 GstTagList *taglist; in gst_dirac_parse_pre_push_frame() local
411 taglist = gst_tag_list_new_empty (); in gst_dirac_parse_pre_push_frame()
412 gst_pb_utils_add_codec_description_to_tag_list (taglist, in gst_dirac_parse_pre_push_frame()
416 gst_base_parse_merge_tags (parse, taglist, GST_TAG_MERGE_REPLACE); in gst_dirac_parse_pre_push_frame()
417 gst_tag_list_unref (taglist); in gst_dirac_parse_pre_push_frame()

12345678910>>...281