<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
hi everyone,&nbsp;<div><br></div><div><br></div><div>I am Andol, currently a phd in huddersfield university in UK. The project I am about to do is about implementing opencv-based hand gesture recognition functions in a gstreamer plugin. my nick name in IRC is andol, my blog is&nbsp;
<a href="http://www.andol.info/">http://www.andol.info/</a>&nbsp;, and the repository I am going to host my codes is github&nbsp;
<a href="https://github.com/yandol/gstreamer-hand-recognition">https://github.com/yandol/gstreamer-hand-recognition</a></div><div>I wish my work could provide some interesting features to gstreamer in terms of&nbsp;<span style="font-size: 10pt; ">multimedia&nbsp;</span><span style="font-size: 10pt; ">interactions .</span></div><div>looking forward to working with you guys.</div><div><br></div><div><br></div><div>cheers</div><div><br></div><div><br></div><div>Andol&nbsp;</div><div><br><div>===</div>yandol@hotmail.com<div>http://www.andol.info</div><br><br><div><div id="SkyDrivePlaceholder"></div>&gt; From: gstreamer-devel-request@lists.freedesktop.org<br>&gt; Subject: gstreamer-devel Digest, Vol 15, Issue 56<br>&gt; To: gstreamer-devel@lists.freedesktop.org<br>&gt; Date: Tue, 24 Apr 2012 09:12:41 -0700<br>&gt; <br>&gt; Send gstreamer-devel mailing list submissions to<br>&gt;         gstreamer-devel@lists.freedesktop.org<br>&gt; <br>&gt; To subscribe or unsubscribe via the World Wide Web, visit<br>&gt;         http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel<br>&gt; or, via email, send a message with subject or body 'help' to<br>&gt;         gstreamer-devel-request@lists.freedesktop.org<br>&gt; <br>&gt; You can reach the person managing the list at<br>&gt;         gstreamer-devel-owner@lists.freedesktop.org<br>&gt; <br>&gt; When replying, please edit your Subject line so it is more specific<br>&gt; than "Re: Contents of gstreamer-devel digest..."<br>&gt; <br>&gt; <br>&gt; Today's Topics:<br>&gt; <br>&gt;    1. GSoC students welcome (Stefan Sauer)<br>&gt;    2. Re: Audio Metadata (Stefan Sauer)<br>&gt;    3. Re: GSoC students welcome (Peteris Krisjanis)<br>&gt;    4. wavparser not negotiate with my plugin (rajashekar)<br>&gt;    5. Re: Audio Metadata (Sree Gowri)<br>&gt; <br>&gt; <br>&gt; ----------------------------------------------------------------------<br>&gt; <br>&gt; Message: 1<br>&gt; Date: Tue, 24 Apr 2012 14:13:05 +0200<br>&gt; From: Stefan Sauer &lt;ensonic@hora-obscura.de&gt;<br>&gt; Subject: GSoC students welcome<br>&gt; To: gstreamer-devel &lt;gstreamer-devel@lists.freedesktop.org&gt;<br>&gt; Message-ID: &lt;4F9698D1.1060401@hora-obscura.de&gt;<br>&gt; Content-Type: text/plain; charset=ISO-8859-1<br>&gt; <br>&gt; Hi,<br>&gt; <br>&gt; this year we have 8 students working on various topics during the Google<br>&gt; summer of code program. Welcome from the gstreamer community. I'd like<br>&gt; to ask the students to introduce them self (just reply to this mail).<br>&gt; Please tell a little about the work you are going to do, what your<br>&gt; nickname in IRC is, where you have your blog and where you will host<br>&gt; your code (e.g. github).<br>&gt; <br>&gt; Happy hacking!<br>&gt; <br>&gt; Stefan<br>&gt; <br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; Message: 2<br>&gt; Date: Tue, 24 Apr 2012 14:16:16 +0200<br>&gt; From: Stefan Sauer &lt;ensonic@hora-obscura.de&gt;<br>&gt; Subject: Re: Audio Metadata<br>&gt; To: gstreamer-devel@lists.freedesktop.org<br>&gt; Message-ID: &lt;4F969990.5090001@hora-obscura.de&gt;<br>&gt; Content-Type: text/plain; charset="iso-8859-1"<br>&gt; <br>&gt; On 04/24/2012 11:18 AM, Sree Gowri wrote:<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; On Mon, Apr 16, 2012 at 12:53 AM, Stefan Sauer<br>&gt; &gt; &lt;ensonic@hora-obscura.de &lt;mailto:ensonic@hora-obscura.de&gt;&gt; wrote:<br>&gt; &gt;<br>&gt; &gt;     On 04/12/2012 06:23 AM, Sree Gowri wrote:<br>&gt; &gt;&gt;     Hi,<br>&gt; &gt;&gt;<br>&gt; &gt;&gt;     I am trying to extract audio metadata like<br>&gt; &gt;&gt;     streamurl,streamtitle,artist,genre,album.However I am not able to<br>&gt; &gt;&gt;     extract the metadata using GstTagList. Below is the snippet of<br>&gt; &gt;&gt;     the code. Does anyone suggest what are the additions to be done<br>&gt; &gt;&gt;     in order to extract the metadata?<br>&gt; &gt;&gt;<br>&gt; &gt;&gt;     Only the following data has been extracted.<br>&gt; &gt;&gt;                  layer: 3<br>&gt; &gt;&gt;                  mode: joint<br>&gt; &gt;&gt;                  emphasis: none<br>&gt; &gt;&gt;                  audio codec: MPEG-1 layer 3<br>&gt; &gt;&gt;                  bitrate: 128000<br>&gt; &gt;&gt;<br>&gt; &gt;&gt;     Pipeline is as follows:<br>&gt; &gt;&gt;<br>&gt; &gt;&gt;     [code]<br>&gt; &gt;&gt;     app-&gt;pipeline= gst_parse_launch("appsrc name=mysource !<br>&gt; &gt;&gt;     audio/mpeg  ! mad !  alsasink", NULL);<br>&gt; &gt;&gt;     [/code]<br>&gt; &gt;     "appsrc name=mysource ! audio/mpeg  ! mp3parse ! mad !  alsasink"<br>&gt; &gt;     or even better<br>&gt; &gt;     "appsrc name=mysource ! audio/mpeg  ! decodebin2!  alsasink"<br>&gt; &gt;<br>&gt; &gt;     Stefan<br>&gt; &gt;<br>&gt; &gt;&gt;<br>&gt; &gt;&gt;     Audio data fed to the appsrc element<br>&gt; &gt;&gt;<br>&gt; &gt;&gt;     [code]<br>&gt; &gt;&gt;     buf =( GstBuffer *) gst_app_buffer_new (data, READBUF, g_free, data);<br>&gt; &gt;&gt;     g_signal_emit_by_name (GST_APP_SRC (app-&gt;appsrc), "push-buffer",<br>&gt; &gt;&gt;     buf, &amp;ret);<br>&gt; &gt;&gt;     [/code]<br>&gt; &gt;&gt;<br>&gt; &gt;&gt;     Bus message<br>&gt; &gt;&gt;<br>&gt; &gt;&gt;     [code]<br>&gt; &gt;&gt;     case GST_MESSAGE_TAG:<br>&gt; &gt;&gt;     {<br>&gt; &gt;&gt;         GstTagList *tags = NULL;<br>&gt; &gt;&gt;             char *artist;<br>&gt; &gt;&gt;             gst_message_parse_tag (message, &amp;tags);<br>&gt; &gt;&gt;             g_print ("Got tags from element %s:\n", GST_OBJECT_NAME<br>&gt; &gt;&gt;     (message-&gt;src));<br>&gt; &gt;&gt;             if (gst_tag_list_get_string (tags, GST_TAG_ARTIST, &amp;artist))<br>&gt; &gt;&gt;             {<br>&gt; &gt;&gt;                printf("got artist: %s\n",artist);<br>&gt; &gt;&gt;             }<br>&gt; &gt;&gt;             else<br>&gt; &gt;&gt;             {<br>&gt; &gt;&gt;               printf("no artist!! \n");<br>&gt; &gt;&gt;             }<br>&gt; &gt;&gt;             gst_tag_list_foreach (tags, print_tag, NULL);<br>&gt; &gt;&gt;             g_print ("\n");<br>&gt; &gt;&gt;             gst_tag_list_free (tags);<br>&gt; &gt;&gt;             break;<br>&gt; &gt;&gt;     [/code]<br>&gt; &gt;&gt;<br>&gt; &gt;&gt;     print_tag function code<br>&gt; &gt;&gt;     [code]<br>&gt; &gt;&gt;     static void print_tag (const GstTagList * list, const gchar *<br>&gt; &gt;&gt;     tag, gpointer unused)<br>&gt; &gt;&gt;     {<br>&gt; &gt;&gt;       gint i, count;<br>&gt; &gt;&gt;       count = gst_tag_list_get_tag_size (list, tag);<br>&gt; &gt;&gt;       for (i = 0; i &lt; count; i++) {<br>&gt; &gt;&gt;         gchar *str;<br>&gt; &gt;&gt;         if (gst_tag_get_type (tag) == G_TYPE_STRING) {<br>&gt; &gt;&gt;           if (!gst_tag_list_get_string_index (list, tag, i, &amp;str))<br>&gt; &gt;&gt;             g_assert_not_reached ();<br>&gt; &gt;&gt;      <br>&gt; &gt;&gt;         } else {<br>&gt; &gt;&gt;           str =<br>&gt; &gt;&gt;               g_strdup_value_contents (gst_tag_list_get_value_index<br>&gt; &gt;&gt;     (list, tag, i));<br>&gt; &gt;&gt;         }<br>&gt; &gt;&gt;         if (i == 0) {<br>&gt; &gt;&gt;           g_print ("  %15s: %s\n", gst_tag_get_nick (tag), str);<br>&gt; &gt;&gt;         } else {<br>&gt; &gt;&gt;           g_print ("                 : %s\n", str);<br>&gt; &gt;&gt;         }<br>&gt; &gt;&gt;         g_free (str);<br>&gt; &gt;&gt;       }<br>&gt; &gt;&gt;     }<br>&gt; &gt;&gt;     [/code]<br>&gt; &gt;&gt;<br>&gt; &gt;&gt;     Thanks and Regards,<br>&gt; &gt;&gt;     Sree Gowri<br>&gt; &gt;<br>&gt; &gt;       Hi stephan,<br>&gt; &gt;<br>&gt; &gt;       First would like to thank you for the input you provided.<br>&gt; &gt;    <br>&gt; &gt;       I tried both the pipelines that you have mentioned,however meta<br>&gt; &gt; data has not been    extracted.<br>&gt; &gt;  <br>&gt; &gt;      Kindly request you to let me know if there are any other changes<br>&gt; &gt; that needs to be done.<br>&gt; <br>&gt; Are you sure the stream you are looking at is tagged with such metadata?<br>&gt; Try gst-launch-0.10 -t playbin2 uri=...<br>&gt; <br>&gt; Stefan<br>&gt; <br>&gt; &gt;  <br>&gt; &gt; Regards,<br>&gt; &gt; Sree Gowri<br>&gt; &gt;  <br>&gt; &gt;<br>&gt; &gt;&gt;<br>&gt; &gt;&gt;     _______________________________________________<br>&gt; &gt;&gt;     gstreamer-devel mailing list<br>&gt; &gt;&gt;     gstreamer-devel@lists.freedesktop.org &lt;mailto:gstreamer-devel@lists.freedesktop.org&gt;<br>&gt; &gt;&gt;     http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;     _______________________________________________<br>&gt; &gt;     gstreamer-devel mailing list<br>&gt; &gt;     gstreamer-devel@lists.freedesktop.org<br>&gt; &gt;     &lt;mailto:gstreamer-devel@lists.freedesktop.org&gt;<br>&gt; &gt;     http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; _______________________________________________<br>&gt; &gt; gstreamer-devel mailing list<br>&gt; &gt; gstreamer-devel@lists.freedesktop.org<br>&gt; &gt; http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel<br>&gt; <br>&gt; -------------- next part --------------<br>&gt; An HTML attachment was scrubbed...<br>&gt; URL: &lt;http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20120424/9546a42b/attachment-0001.html&gt;<br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; Message: 3<br>&gt; Date: Tue, 24 Apr 2012 17:04:59 +0300<br>&gt; From: Peteris Krisjanis &lt;pecisk@gmail.com&gt;<br>&gt; Subject: Re: GSoC students welcome<br>&gt; To: Stefan Sauer &lt;ensonic@hora-obscura.de&gt;<br>&gt; Cc: gstreamer-devel &lt;gstreamer-devel@lists.freedesktop.org&gt;<br>&gt; Message-ID: &lt;1335276299.9959.30.camel@pecisk.vsaa.lv&gt;<br>&gt; Content-Type: text/plain; charset="UTF-8"<br>&gt; <br>&gt; Hi everyone!<br>&gt; <br>&gt; I'm Peteris Krisjanis, student from University of Latvia. I will<br>&gt; implement Gstreamer based waveform widget, which could be used then by<br>&gt; other applications to show waveform data. I plan to support caching for<br>&gt; faster waveform redrawing, and to allow customisation, like having<br>&gt; different wavform styles and adding overlays as cursors, fade points,<br>&gt; etc.<br>&gt; <br>&gt; My nick at freenode IRC (and elsewhere) is pecisk, my blog is<br>&gt; pecisk.blogspot.com, and I plan to host my code in github<br>&gt; https://github.com/Pecisk/waveformwidget.<br>&gt; <br>&gt; See ya,<br>&gt; Peter.<br>&gt; <br>&gt; O , 2012-04-24 14:13 +0200, Stefan Sauer rakst?ja:<br>&gt; Hi,<br>&gt; &gt; <br>&gt; &gt; this year we have 8 students working on various topics during the<br>&gt; Google<br>&gt; &gt; summer of code program. Welcome from the gstreamer community. I'd like<br>&gt; &gt; to ask the students to introduce them self (just reply to this mail).<br>&gt; &gt; Please tell a little about the work you are going to do, what your<br>&gt; &gt; nickname in IRC is, where you have your blog and where you will host<br>&gt; &gt; your code (e.g. github).<br>&gt; &gt; <br>&gt; &gt; Happy hacking!<br>&gt; &gt; <br>&gt; &gt; Stefan<br>&gt; &gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; Message: 4<br>&gt; Date: Tue, 24 Apr 2012 07:37:22 -0700 (PDT)<br>&gt; From: rajashekar &lt;rajashekar.alusa@gmail.com&gt;<br>&gt; Subject: wavparser not negotiate with my plugin<br>&gt; To: gstreamer-devel@lists.freedesktop.org<br>&gt; Message-ID: &lt;1335278242961-4583694.post@n4.nabble.com&gt;<br>&gt; Content-Type: text/plain; charset=us-ascii<br>&gt; <br>&gt; hi all,<br>&gt; i wrote a plugin name my_plugin, it just push the buffer's to soruce pad<br>&gt; whatever it receives on sinkpad.<br>&gt; <br>&gt; the capabilities of source pad &amp; sink pad are same, i.e.,<br>&gt; audio/x-raw-int,<br>&gt; signed = true, width = 16, depth = 16, rate = 8000, channels = [ 1, 2] ;<br>&gt; <br>&gt; <br>&gt; now pipeline is :<br>&gt; <br>&gt; gst-launch filesrc location=file.wav ! wavparse ! my_plugin ! alsasink <br>&gt; <br>&gt; then it shows error message is <br>&gt; <br>&gt; pipeline is prerolling...<br>&gt; error from element Gstpipeline0: /pipeline/gstwavparse : wavparse0 :<br>&gt; internal data flow error<br>&gt; Additional debug info :<br>&gt; gstwavparse.c(2048) : in gst_wavparse_loop : Gstpipeline0:<br>&gt; /pipeline/gstwavparse : wavparse0<br>&gt; streaming task paused, reason not linked (-1)<br>&gt; ERROR : pipeline does not preroll<br>&gt; setting pipeline to null<br>&gt; <br>&gt; <br>&gt; if i change my plugin rate is 16000, then it is working fine, <br>&gt; what is problem,  can anybody explain please.<br>&gt; <br>&gt; Advance Thanks<br>&gt; rajashekar<br>&gt; <br>&gt; --<br>&gt; View this message in context: http://gstreamer-devel.966125.n4.nabble.com/wavparser-not-negotiate-with-my-plugin-tp4583694p4583694.html<br>&gt; Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>&gt; <br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; Message: 5<br>&gt; Date: Tue, 24 Apr 2012 21:42:39 +0530<br>&gt; From: Sree Gowri &lt;sreegowris@gmail.com&gt;<br>&gt; Subject: Re: Audio Metadata<br>&gt; To: gstreamer-devel@lists.freedesktop.org<br>&gt; Message-ID:<br>&gt;         &lt;CAHHUHfGyoJb8m7PAyBbxVjTH+F6FF+jbS8pvvZKU_2dcuNVS4Q@mail.gmail.com&gt;<br>&gt; Content-Type: text/plain; charset="iso-8859-1"<br>&gt; <br>&gt; On Tue, Apr 24, 2012 at 5:46 PM, Stefan Sauer &lt;ensonic@hora-obscura.de&gt;wrote:<br>&gt; <br>&gt; &gt; **<br>&gt; &gt; On 04/24/2012 11:18 AM, Sree Gowri wrote:<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; On Mon, Apr 16, 2012 at 12:53 AM, Stefan Sauer &lt;ensonic@hora-obscura.de&gt;wrote:<br>&gt; &gt;<br>&gt; &gt;&gt;  On 04/12/2012 06:23 AM, Sree Gowri wrote:<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; Hi,<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; I am trying to extract audio metadata like<br>&gt; &gt;&gt; streamurl,streamtitle,artist,genre,album.However I am not able to extract<br>&gt; &gt;&gt; the metadata using GstTagList. Below is the snippet of the code. Does<br>&gt; &gt;&gt; anyone suggest what are the additions to be done in order to extract the<br>&gt; &gt;&gt; metadata?<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; Only the following data has been extracted.<br>&gt; &gt;&gt;              layer: 3<br>&gt; &gt;&gt;              mode: joint<br>&gt; &gt;&gt;              emphasis: none<br>&gt; &gt;&gt;              audio codec: MPEG-1 layer 3<br>&gt; &gt;&gt;              bitrate: 128000<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; Pipeline is as follows:<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; [code]<br>&gt; &gt;&gt; app-&gt;pipeline= gst_parse_launch("appsrc name=mysource ! audio/mpeg  ! mad<br>&gt; &gt;&gt; !  alsasink", NULL);<br>&gt; &gt;&gt; [/code]<br>&gt; &gt;&gt;<br>&gt; &gt;&gt;  "appsrc name=mysource ! audio/mpeg  ! mp3parse ! mad !  alsasink"<br>&gt; &gt;&gt; or even better<br>&gt; &gt;&gt; "appsrc name=mysource ! audio/mpeg  ! decodebin2 !  alsasink"<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; Stefan<br>&gt; &gt;&gt;<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; Audio data fed to the appsrc element<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; [code]<br>&gt; &gt;&gt; buf =( GstBuffer *) gst_app_buffer_new (data, READBUF, g_free, data);<br>&gt; &gt;&gt; g_signal_emit_by_name (GST_APP_SRC (app-&gt;appsrc), "push-buffer", buf,<br>&gt; &gt;&gt; &amp;ret);<br>&gt; &gt;&gt; [/code]<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; Bus message<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; [code]<br>&gt; &gt;&gt; case GST_MESSAGE_TAG:<br>&gt; &gt;&gt; {<br>&gt; &gt;&gt;     GstTagList *tags = NULL;<br>&gt; &gt;&gt;         char *artist;<br>&gt; &gt;&gt;         gst_message_parse_tag (message, &amp;tags);<br>&gt; &gt;&gt;         g_print ("Got tags from element %s:\n", GST_OBJECT_NAME<br>&gt; &gt;&gt; (message-&gt;src));<br>&gt; &gt;&gt;         if (gst_tag_list_get_string (tags, GST_TAG_ARTIST, &amp;artist))<br>&gt; &gt;&gt;         {<br>&gt; &gt;&gt;            printf("got artist: %s\n",artist);<br>&gt; &gt;&gt;         }<br>&gt; &gt;&gt;         else<br>&gt; &gt;&gt;         {<br>&gt; &gt;&gt;           printf("no artist!! \n");<br>&gt; &gt;&gt;         }<br>&gt; &gt;&gt;         gst_tag_list_foreach (tags, print_tag, NULL);<br>&gt; &gt;&gt;         g_print ("\n");<br>&gt; &gt;&gt;         gst_tag_list_free (tags);<br>&gt; &gt;&gt;         break;<br>&gt; &gt;&gt; [/code]<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; print_tag function code<br>&gt; &gt;&gt; [code]<br>&gt; &gt;&gt; static void print_tag (const GstTagList * list, const gchar * tag,<br>&gt; &gt;&gt; gpointer unused)<br>&gt; &gt;&gt; {<br>&gt; &gt;&gt;   gint i, count;<br>&gt; &gt;&gt;   count = gst_tag_list_get_tag_size (list, tag);<br>&gt; &gt;&gt;   for (i = 0; i &lt; count; i++) {<br>&gt; &gt;&gt;     gchar *str;<br>&gt; &gt;&gt;     if (gst_tag_get_type (tag) == G_TYPE_STRING) {<br>&gt; &gt;&gt;       if (!gst_tag_list_get_string_index (list, tag, i, &amp;str))<br>&gt; &gt;&gt;         g_assert_not_reached ();<br>&gt; &gt;&gt;<br>&gt; &gt;&gt;     } else {<br>&gt; &gt;&gt;       str =<br>&gt; &gt;&gt;           g_strdup_value_contents (gst_tag_list_get_value_index (list,<br>&gt; &gt;&gt; tag, i));<br>&gt; &gt;&gt;     }<br>&gt; &gt;&gt;     if (i == 0) {<br>&gt; &gt;&gt;       g_print ("  %15s: %s\n", gst_tag_get_nick (tag), str);<br>&gt; &gt;&gt;     } else {<br>&gt; &gt;&gt;       g_print ("                 : %s\n", str);<br>&gt; &gt;&gt;     }<br>&gt; &gt;&gt;     g_free (str);<br>&gt; &gt;&gt;   }<br>&gt; &gt;&gt; }<br>&gt; &gt;&gt; [/code]<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; Thanks and Regards,<br>&gt; &gt;&gt; Sree Gowri<br>&gt; &gt;&gt;<br>&gt; &gt;&gt;        Hi stephan,<br>&gt; &gt;<br>&gt; &gt;       First would like to thank you for the input you provided.<br>&gt; &gt;<br>&gt; &gt;       I tried both the pipelines that you have mentioned,however meta data<br>&gt; &gt; has not been    extracted.<br>&gt; &gt;<br>&gt; &gt;      Kindly request you to let me know if there are any other changes that<br>&gt; &gt; needs to be done.<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; Are you sure the stream you are looking at is tagged with such metadata?<br>&gt; &gt; Try gst-launch-0.10 -t playbin2 uri=...<br>&gt; &gt;<br>&gt; &gt; Stefan<br>&gt; &gt;<br>&gt; <br>&gt;    Yes the stream contains the metadata like streamTitle, streamUrl. In<br>&gt; order to check does the stream really has metadata, appsrc buffer is<br>&gt; written to a file and checked using hexedit and I can find the<br>&gt; metadata.Sure will try your suggestion tomorrow and update you. Thankyou.<br>&gt; <br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; Regards,<br>&gt; &gt; Sree Gowri<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; _______________________________________________<br>&gt; &gt;&gt; gstreamer-devel mailing listgstreamer-devel@lists.freedesktop.orghttp://lists.freedesktop.org/mailman/listinfo/gstreamer-devel<br>&gt; &gt;&gt;<br>&gt; &gt;&gt;<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; _______________________________________________<br>&gt; &gt;&gt; gstreamer-devel mailing list<br>&gt; &gt;&gt; gstreamer-devel@lists.freedesktop.org<br>&gt; &gt;&gt; http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel<br>&gt; &gt;&gt;<br>&gt; &gt;&gt;<br>&gt; &gt;<br>&gt; &gt; _______________________________________________<br>&gt; &gt; gstreamer-devel mailing listgstreamer-devel@lists.freedesktop.orghttp://lists.freedesktop.org/mailman/listinfo/gstreamer-devel<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; _______________________________________________<br>&gt; &gt; gstreamer-devel mailing list<br>&gt; &gt; gstreamer-devel@lists.freedesktop.org<br>&gt; &gt; http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel<br>&gt; &gt;<br>&gt; &gt;<br>&gt; -------------- next part --------------<br>&gt; An HTML attachment was scrubbed...<br>&gt; URL: &lt;http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20120424/2efba888/attachment.htm&gt;<br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; _______________________________________________<br>&gt; gstreamer-devel mailing list<br>&gt; gstreamer-devel@lists.freedesktop.org<br>&gt; http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel<br>&gt; <br>&gt; <br>&gt; End of gstreamer-devel Digest, Vol 15, Issue 56<br>&gt; ***********************************************<br></div></div>                                               </div></body>
</html>