From 6ea5a07027eca2fbb9cdbc0ad9e6c679ad774db4 Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Sat, 14 Feb 2009 06:29:26 -0700 Subject: Added artist/title tag info support --- linden/indra/llmedia/llmediaimplgstreamer_syms_raw.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'linden/indra/llmedia/llmediaimplgstreamer_syms_raw.inc') diff --git a/linden/indra/llmedia/llmediaimplgstreamer_syms_raw.inc b/linden/indra/llmedia/llmediaimplgstreamer_syms_raw.inc index 08ba6df..e17a7a0 100644 --- a/linden/indra/llmedia/llmediaimplgstreamer_syms_raw.inc +++ b/linden/indra/llmedia/llmediaimplgstreamer_syms_raw.inc @@ -40,3 +40,7 @@ LL_GST_SYM(true, gst_element_seek, bool, GstElement *, gdouble, GstFormat, GstSe LL_GST_SYM(false, gst_segtrap_set_enabled, void, gboolean enabled); LL_GST_SYM(false, gst_message_parse_buffering, void, GstMessage *message, gint *percent); LL_GST_SYM(false, gst_message_parse_info, void, GstMessage *message, GError **gerror, gchar **debug); + +//aw tag infos (Artist, Title, ...tbc...) +LL_GST_SYM(true, gst_message_parse_tag, void, GstMessage *message, GstTagList **tag_list); +LL_GST_SYM(true, gst_tag_list_get_string, gboolean, const GstTagList *list, const gchar *tag, gchar **value); -- cgit v1.1