<div dir="ltr">Hi, I've following problem with GStreamer tags, when pipeline is on playing state<br>all tag information(artists,title,duration etc.) is parsed without any problem by using bus message subsystem. How is it possible to get same information from file without playing?<br>
And how is it to get tag_image from file(both of cases, when playing and ready states)?<br><br>I've get information from tag by using gst_tag_list_get_string function but what's the way<br>with image case?<br>ps. thanks for helping<br>
<br>code: src = gst_element_factory_make("filesrc", "source");<br> g_object_set(src, location, "path", NULL);<br> gst_message_parse_tag(gst_message_new_tag(GST_OBJECT(src),tag_list), &tag_list); <br>
<br> //Is this the way to get information without playing state??? <br><br>-JD<br><br></div>