<div dir="ltr">Hi, I&#39;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&#39;ve get information from tag by using gst_tag_list_get_string function but what&#39;s the way<br>with image case?<br>ps. thanks for helping<br>
<br>code: &nbsp;&nbsp;&nbsp; src = gst_element_factory_make(&quot;filesrc&quot;, &quot;source&quot;);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp; &nbsp; g_object_set(src, location, &quot;path&quot;, NULL);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; gst_message_parse_tag(gst_message_new_tag(GST_OBJECT(src),tag_list), &amp;tag_list); <br>
<br>&nbsp;&nbsp;&nbsp; //Is this the way to get information without playing state??? <br><br>-JD<br><br></div>