Home
last modified time | relevance | path

Searched refs:iradio_genre (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/neon/
Dgstneonhttpsrc.c522 gchar *iradio_genre; in gst_neonhttp_src_start() local
550 iradio_genre = gst_neonhttp_src_unicodify (str_value); in gst_neonhttp_src_start()
551 if (iradio_genre) { in gst_neonhttp_src_start()
553 iradio_genre, NULL); in gst_neonhttp_src_start()
554 g_free (iradio_genre); in gst_neonhttp_src_start()
/third_party/gstreamer/gstplugins_good/ext/soup/
Dgstsouphttpsrc.h116 gchar *iradio_genre; member
Dgstsouphttpsrc.c594 g_free (src->iradio_genre); in gst_soup_http_src_reset()
595 src->iradio_genre = NULL; in gst_soup_http_src_reset()
1655 g_free (src->iradio_genre); in gst_soup_http_src_got_headers()
1656 src->iradio_genre = gst_soup_http_src_unicodify (value); in gst_soup_http_src_got_headers()
1657 if (src->iradio_genre) { in gst_soup_http_src_got_headers()
1659 src->iradio_genre, NULL); in gst_soup_http_src_got_headers()