<div dir="ltr">I want to create one video sink for testing purpose from existing <b>xvimagesink</b> ....<br>I have tried with make element tool <br>&nbsp;e.q. ../tool/make_element myvideosink&nbsp; (path/) xvimagesink<br>&nbsp;but when I rum make command (after editing <a href="http://makefile.am">makefile.am</a> ) i got lotsa error...<br>
&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp;&nbsp; is it correct way to create element from existing one ...or is there exit <br>any special method.. ?<br>&nbsp;Thank you very much<br><br><div class="gmail_quote">On Fri, Jul 25, 2008 at 5:33 AM,  <span dir="ltr">&lt;<a href="mailto:gstreamer-devel-request@lists.sourceforge.net">gstreamer-devel-request@lists.sourceforge.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Send gstreamer-devel mailing list submissions to<br>
 &nbsp; &nbsp; &nbsp; &nbsp;<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
 &nbsp; &nbsp; &nbsp; &nbsp;<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
 &nbsp; &nbsp; &nbsp; &nbsp;<a href="mailto:gstreamer-devel-request@lists.sourceforge.net">gstreamer-devel-request@lists.sourceforge.net</a><br>
<br>
You can reach the person managing the list at<br>
 &nbsp; &nbsp; &nbsp; &nbsp;<a href="mailto:gstreamer-devel-owner@lists.sourceforge.net">gstreamer-devel-owner@lists.sourceforge.net</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of gstreamer-devel digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
 &nbsp; 1. Re: MPEG-2 TS Muxing (Kshitij Gupta)<br>
 &nbsp; 2. backward seeking (Ash)<br>
 &nbsp; 3. It is fail to request pad in rtpbin (Zheng, Shude)<br>
 &nbsp; 4. Re: backward seeking (Jan Schmidt)<br>
 &nbsp; 5. Re: backward seeking (Ash)<br>
 &nbsp; 6. Re: gst-plugins-good <a href="http://0.10.8.3" target="_blank">0.10.8.3</a> and gst-plugins-bad <a href="http://0.10.7.3" target="_blank">0.10.7.3</a><br>
 &nbsp; &nbsp; &nbsp;pre-releases available (Jan Schmidt)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Thu, 24 Jul 2008 23:25:24 +0530<br>
From: &quot;Kshitij Gupta&quot; &lt;<a href="mailto:gupta.kshi@gmail.com">gupta.kshi@gmail.com</a>&gt;<br>
Subject: Re: [gst-devel] MPEG-2 TS Muxing<br>
To: &quot;Peter Maersk-Moller&quot; &lt;<a href="mailto:peter@maersk-moller.net">peter@maersk-moller.net</a>&gt;<br>
Cc: <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
Message-ID:<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;<a href="mailto:d337fbb90807241055j531ca22at22caa2209872d080@mail.gmail.com">d337fbb90807241055j531ca22at22caa2209872d080@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
Hi,<br>
 &nbsp; I am trying a similar gst pipeline to transcode a file in mp2ts file<br>
format with h264 and aac as codecs. Using the following pipeline<br>
<br>
gst-launch -v filesrc location=/home/kgupta/testflv/limca.flv ! decodebin<br>
name=d ! queue ! videorate ! ffmpegcolorspace ! videoscale !<br>
video/x-raw-yuv,height=144,width=176,framerate=\(fraction\)15/1 ! ffenc_h264<br>
! flutsmux name=mux ! filesink location=limca_aac_h264_faacadts.ts d. !<br>
queue ! audioconvert ! audioresample ! audio/x-raw-int, endianness=1234,<br>
signed=\(boolean\)true, width=\(int\)16, depth=\(int\)16,<br>
rate=\(int\)16000,channels=\(int\)1 ! faac bitrate=16000 ! mux.<br>
<br>
Now I am trying to play this file with vlc. &nbsp;The video plays good but no<br>
audio. &nbsp;Are there some obvious mistakes in my approach ??<br>
<br>
I am using the following versions<br>
gst-fluendo-mpegmux-0.10.4<br>
libtsmux-0.3.0<br>
<br>
Thanx<br>
Kshitij<br>
<br>
On Fri, May 30, 2008 at 2:34 PM, Peter Maersk-Moller &lt;<br>
<a href="mailto:peter@maersk-moller.net">peter@maersk-moller.net</a>&gt; wrote:<br>
<br>
&gt; Just a little remark for others wanting to test or hack. This command<br>
&gt; will get you the lot.<br>
&gt;<br>
&gt; &nbsp; svn co <a href="https://core.fluendo.com/gstreamer/svn/trunk" target="_blank">https://core.fluendo.com/gstreamer/svn/trunk</a><br>
&gt;<br>
&gt; Thanks<br>
&gt;<br>
&gt; Peter Maersk-Moller<br>
&gt;<br>
&gt; Julien Moutte wrote:<br>
&gt; &gt; Fluendo has a MPEG TS muxer. We recently introduced support M2TS 192.<br>
&gt; &gt; <a href="https://core.fluendo.com/gstreamer/svn/trunk/gst-fluendo-mpegmux/" target="_blank">https://core.fluendo.com/gstreamer/svn/trunk/gst-fluendo-mpegmux/</a><br>
&gt; &gt;<br>
&gt; &gt; Best regards,<br>
&gt; &gt;<br>
&gt; &gt; Julien Moutte,<br>
&gt; &gt; FLUENDO S.A.<br>
&gt; &gt;<br>
&gt; &gt; Peter Maersk-Moller wrote:<br>
&gt; &gt;&gt; Hi<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; Trying to see if I can get gstreamer to encode a a/v source into a<br>
&gt; &gt;&gt; H.264/aac MPEG-2 TS stream. A/V encoding seems to work well, but the TS<br>
&gt; &gt;&gt; encoding part seems not to be supported.<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; I&#39;m looking into copy some code from VLC to create a TS mux plugin, but<br>
&gt; &gt;&gt; would like to ask first, &nbsp;if anyone else is working on something like<br>
&gt; &gt;&gt; that ? As I see it, we need to convert the two ES streams into to PES<br>
&gt; &gt;&gt; packet stream into a TS packet stream, which then could use either a UDP<br>
&gt; &gt;&gt; output plugin, a http server plugin (when finished) or a RTSP server<br>
&gt; &gt;&gt; plugin (if planned). So ES in PES in TS is needed. ES in PES in TS in<br>
&gt; &gt;&gt; RTP seems not to be widely used, so thsi is skipped.<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; However, we would also need to create PAT and PMT to make the stream<br>
&gt; &gt;&gt; useful for many applications (such as Set Top Boxes not quite as clever<br>
&gt; &gt;&gt; as Mplayer).<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; Best regards<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; Peter Maersk-Moller<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; -------------------------------------------------------------------------<br>
&gt; &gt;&gt; This SF.net email is sponsored by: Microsoft<br>
&gt; &gt;&gt; Defy all challenges. Microsoft(R) Visual Studio 2008.<br>
&gt; &gt;&gt; <a href="http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/" target="_blank">http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/</a><br>
&gt; &gt;&gt; _______________________________________________<br>
&gt; &gt;&gt; gstreamer-devel mailing list<br>
&gt; &gt;&gt; <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
&gt; &gt;&gt; <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
&gt;<br>
&gt;<br>
&gt; -------------------------------------------------------------------------<br>
&gt; This SF.net email is sponsored by: Microsoft<br>
&gt; Defy all challenges. Microsoft(R) Visual Studio 2008.<br>
&gt; <a href="http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/" target="_blank">http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/</a><br>
&gt; _______________________________________________<br>
&gt; gstreamer-devel mailing list<br>
&gt; <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
&gt; <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
&gt;<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Thu, 24 Jul 2008 20:52:26 +0000<br>
From: Ash &lt;<a href="mailto:hashbrown100@hotmail.com">hashbrown100@hotmail.com</a>&gt;<br>
Subject: [gst-devel] backward seeking<br>
To: &lt;<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a>&gt;<br>
Message-ID: &lt;BAY102-W127D95A213EB198CA3F98E8A870@phx.gbl&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
<br>
Anybody know why backward seeking causes playback to hang?<br>
<br>
gst_element_seek(m_bin, -2.0 , GST_FORMAT_TIME, GST_SEEK_FLAG_FLUSH | GST_SEEK_FLAG_KEY_UNIT, &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; GST_SEEK_TYPE_SET, 0, GST_SEEK_TYPE_SET, curpos*GST_MSECOND);<br>
<br>
Am I calling this wrong?<br>
_________________________________________________________________<br>
Keep your kids safer online with Windows Live Family Safety.<br>
<a href="http://www.windowslive.com/family_safety/overview.html?ocid=TXT_TAGLM_WL_family_safety_072008" target="_blank">http://www.windowslive.com/family_safety/overview.html?ocid=TXT_TAGLM_WL_family_safety_072008</a><br>

-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Thu, 24 Jul 2008 16:41:36 -0600<br>
From: &quot;Zheng, Shude&quot; &lt;<a href="mailto:shude@margi.com">shude@margi.com</a>&gt;<br>
Subject: [gst-devel] It is fail to request pad in rtpbin<br>
To: &lt;<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a>&gt;<br>
Message-ID:<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;<a href="mailto:100C8341B1D1424799E48202FD7BBB7D010207@HMGSLX5.hmg.ad.harman.com">100C8341B1D1424799E48202FD7BBB7D010207@HMGSLX5.hmg.ad.harman.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;us-ascii&quot;<br>
<br>
It is working to use command line, gst-launch, for rtp server and<br>
client. I want to convert the command line to application. I must get<br>
the send_rtp_sink_%d pad of rtpbin for linking to rtppcmapay. I use<br>
<br>
Newpad = gst_element_get_request_pad(rtpbin, &quot;send_rtp_sink_%d&quot;).<br>
<br>
It returns null. If I change the pad name to send_rtp_sink_0. It will<br>
give an error &quot;comparing send_rtp_sink_0 to src%d.<br>
<br>
Any help will be greatly appreciated.<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Fri, 25 Jul 2008 00:08:46 +0100<br>
From: Jan Schmidt &lt;<a href="mailto:thaytan@noraisin.net">thaytan@noraisin.net</a>&gt;<br>
Subject: Re: [gst-devel] backward seeking<br>
To: Discussion of the development of GStreamer<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a>&gt;<br>
Message-ID: &lt;1216940926.6055.15.camel@fancy-ubuntu&gt;<br>
Content-Type: text/plain<br>
<br>
On Thu, 2008-07-24 at 20:52 +0000, Ash wrote:<br>
&gt; Anybody know why backward seeking causes playback to hang?<br>
&gt;<br>
&gt; gst_element_seek(m_bin, -2.0 , GST_FORMAT_TIME, GST_SEEK_FLAG_FLUSH |<br>
&gt; GST_SEEK_FLAG_KEY_UNIT,<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;GST_SEEK_TYPE_SET, 0,<br>
&gt; GST_SEEK_TYPE_SET, curpos*GST_MSECOND);<br>
&gt;<br>
&gt; Am I calling this wrong?<br>
&gt;<br>
&gt;<br>
&gt; ______________________________________________________________________<br>
Whether reverse playback works depends on the container &amp; codecs - it&#39;s<br>
not implemented everywhere yet. You should check the return value from<br>
gst_element_seek - was the seek refused?<br>
<br>
J.<br>
--<br>
Jan Schmidt &lt;<a href="mailto:thaytan@noraisin.net">thaytan@noraisin.net</a>&gt;<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Thu, 24 Jul 2008 23:58:39 +0000<br>
From: Ash &lt;<a href="mailto:hashbrown100@hotmail.com">hashbrown100@hotmail.com</a>&gt;<br>
Subject: Re: [gst-devel] backward seeking<br>
To: Discussion of the development of GStreamer<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a>&gt;<br>
Message-ID: &lt;BAY102-W50E4EA8D90D3AA2E79C1168A870@phx.gbl&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
<br>
The seek returns true but just hangs. Are there any other messages I can see as to what is really happening in the pipeline?&gt; From: <a href="mailto:thaytan@noraisin.net">thaytan@noraisin.net</a>&gt; To: <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a>&gt; Date: Fri, 25 Jul 2008 00:08:46 +0100&gt; Subject: Re: [gst-devel] backward seeking&gt; &gt; On Thu, 2008-07-24 at 20:52 +0000, Ash wrote:&gt; &gt; Anybody know why backward seeking causes playback to hang?&gt; &gt; &gt; &gt; gst_element_seek(m_bin, -2.0 , GST_FORMAT_TIME, GST_SEEK_FLAG_FLUSH |&gt; &gt; GST_SEEK_FLAG_KEY_UNIT,&gt; &gt; GST_SEEK_TYPE_SET, 0,&gt; &gt; GST_SEEK_TYPE_SET, curpos*GST_MSECOND);&gt; &gt; &gt; &gt; Am I calling this wrong?&gt; &gt; &gt; &gt; &gt; &gt; ______________________________________________________________________&gt; Whether reverse playback works depends on the container &amp; codecs - it&#39;s&gt; not implemented everywhere yet. You should check the return value from&gt; gst_element_seek - was the seek refused?&gt; &gt; J.&gt; -- &gt; Jan Schmidt &lt;<a href="mailto:thaytan@noraisin.net">thaytan@noraisin.net</a>&gt;&gt; &gt; &gt; -------------------------------------------------------------------------&gt; T<br>

&nbsp;his SF.Net email is sponsored by the Moblin Your Move Developer&#39;s challenge&gt; Build the coolest Linux based applications with Moblin SDK &amp; win great prizes&gt; Grand prize is a trip for two to an Open Source event anywhere in the world&gt; <a href="http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/" target="_blank">http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/</a>&gt; _______________________________________________&gt; gstreamer-devel mailing list&gt; <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a>&gt; <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>

_________________________________________________________________<br>
Time for vacation? WIN what you need- enter now!<br>
<a href="http://www.gowindowslive.com/summergiveaway/?ocid=tag_jlyhm" target="_blank">http://www.gowindowslive.com/summergiveaway/?ocid=tag_jlyhm</a><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
<br>
------------------------------<br>
<br>
Message: 6<br>
Date: Fri, 25 Jul 2008 01:03:01 +0100<br>
From: Jan Schmidt &lt;<a href="mailto:thaytan@noraisin.net">thaytan@noraisin.net</a>&gt;<br>
Subject: Re: [gst-devel] gst-plugins-good <a href="http://0.10.8.3" target="_blank">0.10.8.3</a> and &nbsp;gst-plugins-bad<br>
 &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://0.10.7.3" target="_blank">0.10.7.3</a> pre-releases available<br>
To: &quot;<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a>&quot;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a>&gt;<br>
Message-ID: &lt;1216944181.6055.21.camel@fancy-ubuntu&gt;<br>
Content-Type: text/plain; charset=UTF-8<br>
<br>
I just uploaded the 2nd pre-releases of gst-plugins-good and<br>
gst-plugins-bad toward 0.10.9 and 0.10.8 (respectively). There are still<br>
some blocker bugs to fix before final release, so there&#39;ll be another<br>
pre-release set on Monday, and the release is pushed back until Thursday<br>
next week.<br>
<br>
Tarballs are at<br>
??<a href="http://gstreamer.freedesktop.org/src/gst-plugins-good/pre/gst-plugins-good-0.10.8.3.tar.bz2" target="_blank">http://gstreamer.freedesktop.org/src/gst-plugins-good/pre/gst-plugins-good-0.10.8.3.tar.bz2</a> and<br>

<a href="http://gstreamer.freedesktop.org/src/gst-plugins-bad/pre/gst-plugins-bad-0.10.7.3.tar.bz2" target="_blank">http://gstreamer.freedesktop.org/src/gst-plugins-bad/pre/gst-plugins-bad-0.10.7.3.tar.bz2</a><br>
<br>
Changes in gst-plugins-good since <a href="http://0.10.8.2" target="_blank">0.10.8.2</a>:<br>
* MSVC build fixes<br>
* Bugfix in the taginject debug element<br>
* Added the pt_BR translation<br>
<br>
Changes in gst-plugins-bad since <a href="http://0.10.7.2" target="_blank">0.10.7.2</a>:<br>
* dist and build fixes<br>
* Added the id (Indonesian) translation<br>
<br>
Bugs go to ?<a href="http://bugzilla.gnome.org" target="_blank">http://bugzilla.gnome.org</a><br>
<br>
Cheers,<br>
Jan.<br>
<br>
On Sat, 2008-07-19 at 15:17 +0100, Jan Schmidt wrote:<br>
&gt; 1st pre-release tarballs for good and bad are online at<br>
&gt; ?<br>
&gt; ?<a href="http://gstreamer.freedesktop.org/src/gst-plugins-good/pre/gst-plugins-good-0.10.8.2.tar.bz2" target="_blank">http://gstreamer.freedesktop.org/src/gst-plugins-good/pre/gst-plugins-good-0.10.8.2.tar.bz2</a><br>

&gt; and<br>
&gt; <a href="http://gstreamer.freedesktop.org/src/gst-plugins-bad/pre/gst-plugins-bad-0.10.7.2.tar.bz2" target="_blank">http://gstreamer.freedesktop.org/src/gst-plugins-bad/pre/gst-plugins-bad-0.10.7.2.tar.bz2</a><br>
&gt;<br>
&gt; Please test and file any bugs in <a href="http://bugzilla.gnome.org" target="_blank">http://bugzilla.gnome.org</a><br>
&gt;<br>
&gt; See <a href="http://gstreamer.freedesktop.org/wiki/ReleasePlanning2008" target="_blank">http://gstreamer.freedesktop.org/wiki/ReleasePlanning2008</a> for the<br>
&gt; release schedule.<br>
&gt;<br>
&gt; Cheers,<br>
&gt; Jan.<br>
--<br>
Jan Schmidt &lt;<a href="mailto:thaytan@noraisin.net">thaytan@noraisin.net</a>&gt;<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
-------------------------------------------------------------------------<br>
This SF.Net email is sponsored by the Moblin Your Move Developer&#39;s challenge<br>
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes<br>
Grand prize is a trip for two to an Open Source event anywhere in the world<br>
<a href="http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/" target="_blank">http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/</a><br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
<br>
<br>
End of gstreamer-devel Digest, Vol 26, Issue 45<br>
***********************************************<br>
</blockquote></div><br><br clear="all"><br>-- <br>Thanks and warm Regards<br>Rahul S. Nikose<br>09739949798<br>
</div>