Home
last modified time | relevance | path

Searched refs:sf_get_string (Results 1 – 25 of 83) sorted by relevance

1234

/dports/audio/libsndfile/libsndfile-1.0.31/tests/
H A Dstring_test.c249 cptr = sf_get_string (file, SF_STR_TITLE) ; in string_start_end_test()
276 cptr = sf_get_string (file, SF_STR_ARTIST) ; in string_start_end_test()
291 { cptr = sf_get_string (file, SF_STR_DATE) ; in string_start_end_test()
407 cptr = sf_get_string (file, SF_STR_TITLE) ; in string_start_test()
580 str = sf_get_string (file, SF_STR_TITLE) ; in string_rdwr_test()
591 str = sf_get_string (file, SF_STR_TITLE) ; in string_rdwr_test()
602 str = sf_get_string (file, SF_STR_TITLE) ; in string_rdwr_test()
641 str = sf_get_string (file, SF_STR_TITLE) ; in string_short_rdwr_test()
658 str = sf_get_string (file, SF_STR_TITLE) ; in string_short_rdwr_test()
766 str = sf_get_string (file, SF_STR_TITLE) ; in string_rdwr_grow_test()
[all …]
/dports/audio/siren/siren-0.9/ip/
H A Dsndfile.c117 if ((value = sf_get_string(sffp, SF_STR_ALBUM)) != NULL) in ip_sndfile_get_metadata()
119 if ((value = sf_get_string(sffp, SF_STR_ARTIST)) != NULL) in ip_sndfile_get_metadata()
121 if ((value = sf_get_string(sffp, SF_STR_COMMENT)) != NULL) in ip_sndfile_get_metadata()
123 if ((value = sf_get_string(sffp, SF_STR_DATE)) != NULL) in ip_sndfile_get_metadata()
126 if ((value = sf_get_string(sffp, SF_STR_GENRE)) != NULL) in ip_sndfile_get_metadata()
129 if ((value = sf_get_string(sffp, SF_STR_TITLE)) != NULL) in ip_sndfile_get_metadata()
132 if ((value = sf_get_string(sffp, SF_STR_TRACKNUMBER)) != NULL) in ip_sndfile_get_metadata()
/dports/multimedia/qmmp-qt5/qmmp-1.5.2/src/plugins/Input/sndfile/
H A Ddecodersndfilefactory.cpp158 const char *title = sf_get_string(sndfile, SF_STR_TITLE); in createPlayList()
160 const char *date = sf_get_string(sndfile, SF_STR_DATE); in createPlayList()
162 const char *album = sf_get_string(sndfile, SF_STR_ALBUM); in createPlayList()
164 const char *track = sf_get_string(sndfile, SF_STR_TRACKNUMBER); in createPlayList()
166 const char *artist = sf_get_string(sndfile, SF_STR_ARTIST); in createPlayList()
168 const char *comment = sf_get_string(sndfile, SF_STR_COMMENT); in createPlayList()
170 const char *genre = sf_get_string(sndfile, SF_STR_GENRE); in createPlayList()
/dports/audio/audacity/audacity-Audacity-3.1.3/src/import/
H A DImportPCM.cpp396 str = sf_get_string(mFile.get(), SF_STR_TITLE); in Import()
401 str = sf_get_string(mFile.get(), SF_STR_ALBUM); in Import()
406 str = sf_get_string(mFile.get(), SF_STR_ARTIST); in Import()
411 str = sf_get_string(mFile.get(), SF_STR_COMMENT); in Import()
416 str = sf_get_string(mFile.get(), SF_STR_DATE); in Import()
421 str = sf_get_string(mFile.get(), SF_STR_COPYRIGHT); in Import()
426 str = sf_get_string(mFile.get(), SF_STR_SOFTWARE); in Import()
431 str = sf_get_string(mFile.get(), SF_STR_TRACKNUMBER); in Import()
436 str = sf_get_string(mFile.get(), SF_STR_GENRE); in Import()
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/ext/sndfile/
H A Dgstsfdec.c482 if ((tag = sf_get_string (self->file, SF_STR_TITLE)) && *tag) { in create_and_send_tags()
485 if ((tag = sf_get_string (self->file, SF_STR_COMMENT)) && *tag) { in create_and_send_tags()
488 if ((tag = sf_get_string (self->file, SF_STR_ARTIST)) && *tag) { in create_and_send_tags()
491 if ((tag = sf_get_string (self->file, SF_STR_ALBUM)) && *tag) { in create_and_send_tags()
494 if ((tag = sf_get_string (self->file, SF_STR_GENRE)) && *tag) { in create_and_send_tags()
497 if ((tag = sf_get_string (self->file, SF_STR_COPYRIGHT)) && *tag) { in create_and_send_tags()
500 if ((tag = sf_get_string (self->file, SF_STR_LICENSE)) && *tag) { in create_and_send_tags()
503 if ((tag = sf_get_string (self->file, SF_STR_SOFTWARE)) && *tag) { in create_and_send_tags()
507 if ((tag = sf_get_string (self->file, SF_STR_TRACKNUMBER)) && *tag) { in create_and_send_tags()
512 if ((tag = sf_get_string (self->file, SF_STR_DATE)) && *tag) { in create_and_send_tags()
/dports/net/gstreamer1-plugins-libmms/gst-plugins-bad-1.16.2/ext/sndfile/
H A Dgstsfdec.c482 if ((tag = sf_get_string (self->file, SF_STR_TITLE)) && *tag) { in create_and_send_tags()
485 if ((tag = sf_get_string (self->file, SF_STR_COMMENT)) && *tag) { in create_and_send_tags()
488 if ((tag = sf_get_string (self->file, SF_STR_ARTIST)) && *tag) { in create_and_send_tags()
491 if ((tag = sf_get_string (self->file, SF_STR_ALBUM)) && *tag) { in create_and_send_tags()
494 if ((tag = sf_get_string (self->file, SF_STR_GENRE)) && *tag) { in create_and_send_tags()
497 if ((tag = sf_get_string (self->file, SF_STR_COPYRIGHT)) && *tag) { in create_and_send_tags()
500 if ((tag = sf_get_string (self->file, SF_STR_LICENSE)) && *tag) { in create_and_send_tags()
503 if ((tag = sf_get_string (self->file, SF_STR_SOFTWARE)) && *tag) { in create_and_send_tags()
507 if ((tag = sf_get_string (self->file, SF_STR_TRACKNUMBER)) && *tag) { in create_and_send_tags()
512 if ((tag = sf_get_string (self->file, SF_STR_DATE)) && *tag) { in create_and_send_tags()
/dports/multimedia/gstreamer1-plugins-rtmp/gst-plugins-bad-1.16.2/ext/sndfile/
H A Dgstsfdec.c482 if ((tag = sf_get_string (self->file, SF_STR_TITLE)) && *tag) { in create_and_send_tags()
485 if ((tag = sf_get_string (self->file, SF_STR_COMMENT)) && *tag) { in create_and_send_tags()
488 if ((tag = sf_get_string (self->file, SF_STR_ARTIST)) && *tag) { in create_and_send_tags()
491 if ((tag = sf_get_string (self->file, SF_STR_ALBUM)) && *tag) { in create_and_send_tags()
494 if ((tag = sf_get_string (self->file, SF_STR_GENRE)) && *tag) { in create_and_send_tags()
497 if ((tag = sf_get_string (self->file, SF_STR_COPYRIGHT)) && *tag) { in create_and_send_tags()
500 if ((tag = sf_get_string (self->file, SF_STR_LICENSE)) && *tag) { in create_and_send_tags()
503 if ((tag = sf_get_string (self->file, SF_STR_SOFTWARE)) && *tag) { in create_and_send_tags()
507 if ((tag = sf_get_string (self->file, SF_STR_TRACKNUMBER)) && *tag) { in create_and_send_tags()
512 if ((tag = sf_get_string (self->file, SF_STR_DATE)) && *tag) { in create_and_send_tags()
/dports/multimedia/gstreamer1-plugins-mplex/gst-plugins-bad-1.16.2/ext/sndfile/
H A Dgstsfdec.c482 if ((tag = sf_get_string (self->file, SF_STR_TITLE)) && *tag) { in create_and_send_tags()
485 if ((tag = sf_get_string (self->file, SF_STR_COMMENT)) && *tag) { in create_and_send_tags()
488 if ((tag = sf_get_string (self->file, SF_STR_ARTIST)) && *tag) { in create_and_send_tags()
491 if ((tag = sf_get_string (self->file, SF_STR_ALBUM)) && *tag) { in create_and_send_tags()
494 if ((tag = sf_get_string (self->file, SF_STR_GENRE)) && *tag) { in create_and_send_tags()
497 if ((tag = sf_get_string (self->file, SF_STR_COPYRIGHT)) && *tag) { in create_and_send_tags()
500 if ((tag = sf_get_string (self->file, SF_STR_LICENSE)) && *tag) { in create_and_send_tags()
503 if ((tag = sf_get_string (self->file, SF_STR_SOFTWARE)) && *tag) { in create_and_send_tags()
507 if ((tag = sf_get_string (self->file, SF_STR_TRACKNUMBER)) && *tag) { in create_and_send_tags()
512 if ((tag = sf_get_string (self->file, SF_STR_DATE)) && *tag) { in create_and_send_tags()
/dports/multimedia/gstreamer1-plugins-msdk/gst-plugins-bad-1.16.2/ext/sndfile/
H A Dgstsfdec.c482 if ((tag = sf_get_string (self->file, SF_STR_TITLE)) && *tag) { in create_and_send_tags()
485 if ((tag = sf_get_string (self->file, SF_STR_COMMENT)) && *tag) { in create_and_send_tags()
488 if ((tag = sf_get_string (self->file, SF_STR_ARTIST)) && *tag) { in create_and_send_tags()
491 if ((tag = sf_get_string (self->file, SF_STR_ALBUM)) && *tag) { in create_and_send_tags()
494 if ((tag = sf_get_string (self->file, SF_STR_GENRE)) && *tag) { in create_and_send_tags()
497 if ((tag = sf_get_string (self->file, SF_STR_COPYRIGHT)) && *tag) { in create_and_send_tags()
500 if ((tag = sf_get_string (self->file, SF_STR_LICENSE)) && *tag) { in create_and_send_tags()
503 if ((tag = sf_get_string (self->file, SF_STR_SOFTWARE)) && *tag) { in create_and_send_tags()
507 if ((tag = sf_get_string (self->file, SF_STR_TRACKNUMBER)) && *tag) { in create_and_send_tags()
512 if ((tag = sf_get_string (self->file, SF_STR_DATE)) && *tag) { in create_and_send_tags()
/dports/multimedia/gstreamer1-plugins-openh264/gst-plugins-bad-1.16.2/ext/sndfile/
H A Dgstsfdec.c482 if ((tag = sf_get_string (self->file, SF_STR_TITLE)) && *tag) { in create_and_send_tags()
485 if ((tag = sf_get_string (self->file, SF_STR_COMMENT)) && *tag) { in create_and_send_tags()
488 if ((tag = sf_get_string (self->file, SF_STR_ARTIST)) && *tag) { in create_and_send_tags()
491 if ((tag = sf_get_string (self->file, SF_STR_ALBUM)) && *tag) { in create_and_send_tags()
494 if ((tag = sf_get_string (self->file, SF_STR_GENRE)) && *tag) { in create_and_send_tags()
497 if ((tag = sf_get_string (self->file, SF_STR_COPYRIGHT)) && *tag) { in create_and_send_tags()
500 if ((tag = sf_get_string (self->file, SF_STR_LICENSE)) && *tag) { in create_and_send_tags()
503 if ((tag = sf_get_string (self->file, SF_STR_SOFTWARE)) && *tag) { in create_and_send_tags()
507 if ((tag = sf_get_string (self->file, SF_STR_TRACKNUMBER)) && *tag) { in create_and_send_tags()
512 if ((tag = sf_get_string (self->file, SF_STR_DATE)) && *tag) { in create_and_send_tags()
/dports/multimedia/gstreamer1-plugins-resindvd/gst-plugins-bad-1.16.2/ext/sndfile/
H A Dgstsfdec.c482 if ((tag = sf_get_string (self->file, SF_STR_TITLE)) && *tag) { in create_and_send_tags()
485 if ((tag = sf_get_string (self->file, SF_STR_COMMENT)) && *tag) { in create_and_send_tags()
488 if ((tag = sf_get_string (self->file, SF_STR_ARTIST)) && *tag) { in create_and_send_tags()
491 if ((tag = sf_get_string (self->file, SF_STR_ALBUM)) && *tag) { in create_and_send_tags()
494 if ((tag = sf_get_string (self->file, SF_STR_GENRE)) && *tag) { in create_and_send_tags()
497 if ((tag = sf_get_string (self->file, SF_STR_COPYRIGHT)) && *tag) { in create_and_send_tags()
500 if ((tag = sf_get_string (self->file, SF_STR_LICENSE)) && *tag) { in create_and_send_tags()
503 if ((tag = sf_get_string (self->file, SF_STR_SOFTWARE)) && *tag) { in create_and_send_tags()
507 if ((tag = sf_get_string (self->file, SF_STR_TRACKNUMBER)) && *tag) { in create_and_send_tags()
512 if ((tag = sf_get_string (self->file, SF_STR_DATE)) && *tag) { in create_and_send_tags()
/dports/multimedia/gstreamer1-plugins-ttml/gst-plugins-bad-1.16.2/ext/sndfile/
H A Dgstsfdec.c482 if ((tag = sf_get_string (self->file, SF_STR_TITLE)) && *tag) { in create_and_send_tags()
485 if ((tag = sf_get_string (self->file, SF_STR_COMMENT)) && *tag) { in create_and_send_tags()
488 if ((tag = sf_get_string (self->file, SF_STR_ARTIST)) && *tag) { in create_and_send_tags()
491 if ((tag = sf_get_string (self->file, SF_STR_ALBUM)) && *tag) { in create_and_send_tags()
494 if ((tag = sf_get_string (self->file, SF_STR_GENRE)) && *tag) { in create_and_send_tags()
497 if ((tag = sf_get_string (self->file, SF_STR_COPYRIGHT)) && *tag) { in create_and_send_tags()
500 if ((tag = sf_get_string (self->file, SF_STR_LICENSE)) && *tag) { in create_and_send_tags()
503 if ((tag = sf_get_string (self->file, SF_STR_SOFTWARE)) && *tag) { in create_and_send_tags()
507 if ((tag = sf_get_string (self->file, SF_STR_TRACKNUMBER)) && *tag) { in create_and_send_tags()
512 if ((tag = sf_get_string (self->file, SF_STR_DATE)) && *tag) { in create_and_send_tags()
/dports/multimedia/gstreamer1-plugins-smoothstreaming/gst-plugins-bad-1.16.2/ext/sndfile/
H A Dgstsfdec.c482 if ((tag = sf_get_string (self->file, SF_STR_TITLE)) && *tag) { in create_and_send_tags()
485 if ((tag = sf_get_string (self->file, SF_STR_COMMENT)) && *tag) { in create_and_send_tags()
488 if ((tag = sf_get_string (self->file, SF_STR_ARTIST)) && *tag) { in create_and_send_tags()
491 if ((tag = sf_get_string (self->file, SF_STR_ALBUM)) && *tag) { in create_and_send_tags()
494 if ((tag = sf_get_string (self->file, SF_STR_GENRE)) && *tag) { in create_and_send_tags()
497 if ((tag = sf_get_string (self->file, SF_STR_COPYRIGHT)) && *tag) { in create_and_send_tags()
500 if ((tag = sf_get_string (self->file, SF_STR_LICENSE)) && *tag) { in create_and_send_tags()
503 if ((tag = sf_get_string (self->file, SF_STR_SOFTWARE)) && *tag) { in create_and_send_tags()
507 if ((tag = sf_get_string (self->file, SF_STR_TRACKNUMBER)) && *tag) { in create_and_send_tags()
512 if ((tag = sf_get_string (self->file, SF_STR_DATE)) && *tag) { in create_and_send_tags()
/dports/multimedia/gstreamer1-plugins-aom/gst-plugins-bad-1.16.2/ext/sndfile/
H A Dgstsfdec.c482 if ((tag = sf_get_string (self->file, SF_STR_TITLE)) && *tag) { in create_and_send_tags()
485 if ((tag = sf_get_string (self->file, SF_STR_COMMENT)) && *tag) { in create_and_send_tags()
488 if ((tag = sf_get_string (self->file, SF_STR_ARTIST)) && *tag) { in create_and_send_tags()
491 if ((tag = sf_get_string (self->file, SF_STR_ALBUM)) && *tag) { in create_and_send_tags()
494 if ((tag = sf_get_string (self->file, SF_STR_GENRE)) && *tag) { in create_and_send_tags()
497 if ((tag = sf_get_string (self->file, SF_STR_COPYRIGHT)) && *tag) { in create_and_send_tags()
500 if ((tag = sf_get_string (self->file, SF_STR_LICENSE)) && *tag) { in create_and_send_tags()
503 if ((tag = sf_get_string (self->file, SF_STR_SOFTWARE)) && *tag) { in create_and_send_tags()
507 if ((tag = sf_get_string (self->file, SF_STR_TRACKNUMBER)) && *tag) { in create_and_send_tags()
512 if ((tag = sf_get_string (self->file, SF_STR_DATE)) && *tag) { in create_and_send_tags()
/dports/multimedia/gstreamer1-plugins-dash/gst-plugins-bad-1.16.2/ext/sndfile/
H A Dgstsfdec.c482 if ((tag = sf_get_string (self->file, SF_STR_TITLE)) && *tag) { in create_and_send_tags()
485 if ((tag = sf_get_string (self->file, SF_STR_COMMENT)) && *tag) { in create_and_send_tags()
488 if ((tag = sf_get_string (self->file, SF_STR_ARTIST)) && *tag) { in create_and_send_tags()
491 if ((tag = sf_get_string (self->file, SF_STR_ALBUM)) && *tag) { in create_and_send_tags()
494 if ((tag = sf_get_string (self->file, SF_STR_GENRE)) && *tag) { in create_and_send_tags()
497 if ((tag = sf_get_string (self->file, SF_STR_COPYRIGHT)) && *tag) { in create_and_send_tags()
500 if ((tag = sf_get_string (self->file, SF_STR_LICENSE)) && *tag) { in create_and_send_tags()
503 if ((tag = sf_get_string (self->file, SF_STR_SOFTWARE)) && *tag) { in create_and_send_tags()
507 if ((tag = sf_get_string (self->file, SF_STR_TRACKNUMBER)) && *tag) { in create_and_send_tags()
512 if ((tag = sf_get_string (self->file, SF_STR_DATE)) && *tag) { in create_and_send_tags()
/dports/multimedia/gstreamer1-plugins-dts/gst-plugins-bad-1.16.2/ext/sndfile/
H A Dgstsfdec.c482 if ((tag = sf_get_string (self->file, SF_STR_TITLE)) && *tag) { in create_and_send_tags()
485 if ((tag = sf_get_string (self->file, SF_STR_COMMENT)) && *tag) { in create_and_send_tags()
488 if ((tag = sf_get_string (self->file, SF_STR_ARTIST)) && *tag) { in create_and_send_tags()
491 if ((tag = sf_get_string (self->file, SF_STR_ALBUM)) && *tag) { in create_and_send_tags()
494 if ((tag = sf_get_string (self->file, SF_STR_GENRE)) && *tag) { in create_and_send_tags()
497 if ((tag = sf_get_string (self->file, SF_STR_COPYRIGHT)) && *tag) { in create_and_send_tags()
500 if ((tag = sf_get_string (self->file, SF_STR_LICENSE)) && *tag) { in create_and_send_tags()
503 if ((tag = sf_get_string (self->file, SF_STR_SOFTWARE)) && *tag) { in create_and_send_tags()
507 if ((tag = sf_get_string (self->file, SF_STR_TRACKNUMBER)) && *tag) { in create_and_send_tags()
512 if ((tag = sf_get_string (self->file, SF_STR_DATE)) && *tag) { in create_and_send_tags()
/dports/multimedia/gstreamer1-plugins-assrender/gst-plugins-bad-1.16.2/ext/sndfile/
H A Dgstsfdec.c482 if ((tag = sf_get_string (self->file, SF_STR_TITLE)) && *tag) { in create_and_send_tags()
485 if ((tag = sf_get_string (self->file, SF_STR_COMMENT)) && *tag) { in create_and_send_tags()
488 if ((tag = sf_get_string (self->file, SF_STR_ARTIST)) && *tag) { in create_and_send_tags()
491 if ((tag = sf_get_string (self->file, SF_STR_ALBUM)) && *tag) { in create_and_send_tags()
494 if ((tag = sf_get_string (self->file, SF_STR_GENRE)) && *tag) { in create_and_send_tags()
497 if ((tag = sf_get_string (self->file, SF_STR_COPYRIGHT)) && *tag) { in create_and_send_tags()
500 if ((tag = sf_get_string (self->file, SF_STR_LICENSE)) && *tag) { in create_and_send_tags()
503 if ((tag = sf_get_string (self->file, SF_STR_SOFTWARE)) && *tag) { in create_and_send_tags()
507 if ((tag = sf_get_string (self->file, SF_STR_TRACKNUMBER)) && *tag) { in create_and_send_tags()
512 if ((tag = sf_get_string (self->file, SF_STR_DATE)) && *tag) { in create_and_send_tags()
/dports/multimedia/gstreamer1-plugins-bad/gst-plugins-bad-1.16.2/ext/sndfile/
H A Dgstsfdec.c482 if ((tag = sf_get_string (self->file, SF_STR_TITLE)) && *tag) { in create_and_send_tags()
485 if ((tag = sf_get_string (self->file, SF_STR_COMMENT)) && *tag) { in create_and_send_tags()
488 if ((tag = sf_get_string (self->file, SF_STR_ARTIST)) && *tag) { in create_and_send_tags()
491 if ((tag = sf_get_string (self->file, SF_STR_ALBUM)) && *tag) { in create_and_send_tags()
494 if ((tag = sf_get_string (self->file, SF_STR_GENRE)) && *tag) { in create_and_send_tags()
497 if ((tag = sf_get_string (self->file, SF_STR_COPYRIGHT)) && *tag) { in create_and_send_tags()
500 if ((tag = sf_get_string (self->file, SF_STR_LICENSE)) && *tag) { in create_and_send_tags()
503 if ((tag = sf_get_string (self->file, SF_STR_SOFTWARE)) && *tag) { in create_and_send_tags()
507 if ((tag = sf_get_string (self->file, SF_STR_TRACKNUMBER)) && *tag) { in create_and_send_tags()
512 if ((tag = sf_get_string (self->file, SF_STR_DATE)) && *tag) { in create_and_send_tags()
/dports/multimedia/gstreamer1-plugins-libde265/gst-plugins-bad-1.16.2/ext/sndfile/
H A Dgstsfdec.c482 if ((tag = sf_get_string (self->file, SF_STR_TITLE)) && *tag) { in create_and_send_tags()
485 if ((tag = sf_get_string (self->file, SF_STR_COMMENT)) && *tag) { in create_and_send_tags()
488 if ((tag = sf_get_string (self->file, SF_STR_ARTIST)) && *tag) { in create_and_send_tags()
491 if ((tag = sf_get_string (self->file, SF_STR_ALBUM)) && *tag) { in create_and_send_tags()
494 if ((tag = sf_get_string (self->file, SF_STR_GENRE)) && *tag) { in create_and_send_tags()
497 if ((tag = sf_get_string (self->file, SF_STR_COPYRIGHT)) && *tag) { in create_and_send_tags()
500 if ((tag = sf_get_string (self->file, SF_STR_LICENSE)) && *tag) { in create_and_send_tags()
503 if ((tag = sf_get_string (self->file, SF_STR_SOFTWARE)) && *tag) { in create_and_send_tags()
507 if ((tag = sf_get_string (self->file, SF_STR_TRACKNUMBER)) && *tag) { in create_and_send_tags()
512 if ((tag = sf_get_string (self->file, SF_STR_DATE)) && *tag) { in create_and_send_tags()
/dports/multimedia/gstreamer1-plugins-hls/gst-plugins-bad-1.16.2/ext/sndfile/
H A Dgstsfdec.c482 if ((tag = sf_get_string (self->file, SF_STR_TITLE)) && *tag) { in create_and_send_tags()
485 if ((tag = sf_get_string (self->file, SF_STR_COMMENT)) && *tag) { in create_and_send_tags()
488 if ((tag = sf_get_string (self->file, SF_STR_ARTIST)) && *tag) { in create_and_send_tags()
491 if ((tag = sf_get_string (self->file, SF_STR_ALBUM)) && *tag) { in create_and_send_tags()
494 if ((tag = sf_get_string (self->file, SF_STR_GENRE)) && *tag) { in create_and_send_tags()
497 if ((tag = sf_get_string (self->file, SF_STR_COPYRIGHT)) && *tag) { in create_and_send_tags()
500 if ((tag = sf_get_string (self->file, SF_STR_LICENSE)) && *tag) { in create_and_send_tags()
503 if ((tag = sf_get_string (self->file, SF_STR_SOFTWARE)) && *tag) { in create_and_send_tags()
507 if ((tag = sf_get_string (self->file, SF_STR_TRACKNUMBER)) && *tag) { in create_and_send_tags()
512 if ((tag = sf_get_string (self->file, SF_STR_DATE)) && *tag) { in create_and_send_tags()
/dports/multimedia/gstreamer1-plugins-kate/gst-plugins-bad-1.16.2/ext/sndfile/
H A Dgstsfdec.c482 if ((tag = sf_get_string (self->file, SF_STR_TITLE)) && *tag) { in create_and_send_tags()
485 if ((tag = sf_get_string (self->file, SF_STR_COMMENT)) && *tag) { in create_and_send_tags()
488 if ((tag = sf_get_string (self->file, SF_STR_ARTIST)) && *tag) { in create_and_send_tags()
491 if ((tag = sf_get_string (self->file, SF_STR_ALBUM)) && *tag) { in create_and_send_tags()
494 if ((tag = sf_get_string (self->file, SF_STR_GENRE)) && *tag) { in create_and_send_tags()
497 if ((tag = sf_get_string (self->file, SF_STR_COPYRIGHT)) && *tag) { in create_and_send_tags()
500 if ((tag = sf_get_string (self->file, SF_STR_LICENSE)) && *tag) { in create_and_send_tags()
503 if ((tag = sf_get_string (self->file, SF_STR_SOFTWARE)) && *tag) { in create_and_send_tags()
507 if ((tag = sf_get_string (self->file, SF_STR_TRACKNUMBER)) && *tag) { in create_and_send_tags()
512 if ((tag = sf_get_string (self->file, SF_STR_DATE)) && *tag) { in create_and_send_tags()
/dports/audio/gstreamer1-plugins-soundtouch/gst-plugins-bad-1.16.2/ext/sndfile/
H A Dgstsfdec.c482 if ((tag = sf_get_string (self->file, SF_STR_TITLE)) && *tag) { in create_and_send_tags()
485 if ((tag = sf_get_string (self->file, SF_STR_COMMENT)) && *tag) { in create_and_send_tags()
488 if ((tag = sf_get_string (self->file, SF_STR_ARTIST)) && *tag) { in create_and_send_tags()
491 if ((tag = sf_get_string (self->file, SF_STR_ALBUM)) && *tag) { in create_and_send_tags()
494 if ((tag = sf_get_string (self->file, SF_STR_GENRE)) && *tag) { in create_and_send_tags()
497 if ((tag = sf_get_string (self->file, SF_STR_COPYRIGHT)) && *tag) { in create_and_send_tags()
500 if ((tag = sf_get_string (self->file, SF_STR_LICENSE)) && *tag) { in create_and_send_tags()
503 if ((tag = sf_get_string (self->file, SF_STR_SOFTWARE)) && *tag) { in create_and_send_tags()
507 if ((tag = sf_get_string (self->file, SF_STR_TRACKNUMBER)) && *tag) { in create_and_send_tags()
512 if ((tag = sf_get_string (self->file, SF_STR_DATE)) && *tag) { in create_and_send_tags()
/dports/audio/gstreamer1-plugins-modplug/gst-plugins-bad-1.16.2/ext/sndfile/
H A Dgstsfdec.c482 if ((tag = sf_get_string (self->file, SF_STR_TITLE)) && *tag) { in create_and_send_tags()
485 if ((tag = sf_get_string (self->file, SF_STR_COMMENT)) && *tag) { in create_and_send_tags()
488 if ((tag = sf_get_string (self->file, SF_STR_ARTIST)) && *tag) { in create_and_send_tags()
491 if ((tag = sf_get_string (self->file, SF_STR_ALBUM)) && *tag) { in create_and_send_tags()
494 if ((tag = sf_get_string (self->file, SF_STR_GENRE)) && *tag) { in create_and_send_tags()
497 if ((tag = sf_get_string (self->file, SF_STR_COPYRIGHT)) && *tag) { in create_and_send_tags()
500 if ((tag = sf_get_string (self->file, SF_STR_LICENSE)) && *tag) { in create_and_send_tags()
503 if ((tag = sf_get_string (self->file, SF_STR_SOFTWARE)) && *tag) { in create_and_send_tags()
507 if ((tag = sf_get_string (self->file, SF_STR_TRACKNUMBER)) && *tag) { in create_and_send_tags()
512 if ((tag = sf_get_string (self->file, SF_STR_DATE)) && *tag) { in create_and_send_tags()
/dports/audio/gstreamer1-plugins-sndfile/gst-plugins-bad-1.16.2/ext/sndfile/
H A Dgstsfdec.c482 if ((tag = sf_get_string (self->file, SF_STR_TITLE)) && *tag) { in create_and_send_tags()
485 if ((tag = sf_get_string (self->file, SF_STR_COMMENT)) && *tag) { in create_and_send_tags()
488 if ((tag = sf_get_string (self->file, SF_STR_ARTIST)) && *tag) { in create_and_send_tags()
491 if ((tag = sf_get_string (self->file, SF_STR_ALBUM)) && *tag) { in create_and_send_tags()
494 if ((tag = sf_get_string (self->file, SF_STR_GENRE)) && *tag) { in create_and_send_tags()
497 if ((tag = sf_get_string (self->file, SF_STR_COPYRIGHT)) && *tag) { in create_and_send_tags()
500 if ((tag = sf_get_string (self->file, SF_STR_LICENSE)) && *tag) { in create_and_send_tags()
503 if ((tag = sf_get_string (self->file, SF_STR_SOFTWARE)) && *tag) { in create_and_send_tags()
507 if ((tag = sf_get_string (self->file, SF_STR_TRACKNUMBER)) && *tag) { in create_and_send_tags()
512 if ((tag = sf_get_string (self->file, SF_STR_DATE)) && *tag) { in create_and_send_tags()
/dports/audio/gstreamer1-plugins-ladspa/gst-plugins-bad-1.16.2/ext/sndfile/
H A Dgstsfdec.c482 if ((tag = sf_get_string (self->file, SF_STR_TITLE)) && *tag) { in create_and_send_tags()
485 if ((tag = sf_get_string (self->file, SF_STR_COMMENT)) && *tag) { in create_and_send_tags()
488 if ((tag = sf_get_string (self->file, SF_STR_ARTIST)) && *tag) { in create_and_send_tags()
491 if ((tag = sf_get_string (self->file, SF_STR_ALBUM)) && *tag) { in create_and_send_tags()
494 if ((tag = sf_get_string (self->file, SF_STR_GENRE)) && *tag) { in create_and_send_tags()
497 if ((tag = sf_get_string (self->file, SF_STR_COPYRIGHT)) && *tag) { in create_and_send_tags()
500 if ((tag = sf_get_string (self->file, SF_STR_LICENSE)) && *tag) { in create_and_send_tags()
503 if ((tag = sf_get_string (self->file, SF_STR_SOFTWARE)) && *tag) { in create_and_send_tags()
507 if ((tag = sf_get_string (self->file, SF_STR_TRACKNUMBER)) && *tag) { in create_and_send_tags()
512 if ((tag = sf_get_string (self->file, SF_STR_DATE)) && *tag) { in create_and_send_tags()

1234