<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> e.q. ../tool/make_element myvideosink (path/) xvimagesink<br> but when I rum make command (after editing <a href="http://makefile.am">makefile.am</a> ) i got lotsa error...<br>
<br> is it correct way to create element from existing one ...or is there exit <br>any special method.. ?<br> Thank you very much<br><br><div class="gmail_quote">On Fri, Jul 25, 2008 at 5:33 AM, <span dir="ltr"><<a href="mailto:gstreamer-devel-request@lists.sourceforge.net">gstreamer-devel-request@lists.sourceforge.net</a>></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>
<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>
<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 'help' to<br>
<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>
<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 "Re: Contents of gstreamer-devel digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
1. Re: MPEG-2 TS Muxing (Kshitij Gupta)<br>
2. backward seeking (Ash)<br>
3. It is fail to request pad in rtpbin (Zheng, Shude)<br>
4. Re: backward seeking (Jan Schmidt)<br>
5. Re: backward seeking (Ash)<br>
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>
pre-releases available (Jan Schmidt)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Thu, 24 Jul 2008 23:25:24 +0530<br>
From: "Kshitij Gupta" <<a href="mailto:gupta.kshi@gmail.com">gupta.kshi@gmail.com</a>><br>
Subject: Re: [gst-devel] MPEG-2 TS Muxing<br>
To: "Peter Maersk-Moller" <<a href="mailto:peter@maersk-moller.net">peter@maersk-moller.net</a>><br>
Cc: <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
Message-ID:<br>
<<a href="mailto:d337fbb90807241055j531ca22at22caa2209872d080@mail.gmail.com">d337fbb90807241055j531ca22at22caa2209872d080@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
Hi,<br>
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. The video plays good but no<br>
audio. 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 <<br>
<a href="mailto:peter@maersk-moller.net">peter@maersk-moller.net</a>> wrote:<br>
<br>
> Just a little remark for others wanting to test or hack. This command<br>
> will get you the lot.<br>
><br>
> svn co <a href="https://core.fluendo.com/gstreamer/svn/trunk" target="_blank">https://core.fluendo.com/gstreamer/svn/trunk</a><br>
><br>
> Thanks<br>
><br>
> Peter Maersk-Moller<br>
><br>
> Julien Moutte wrote:<br>
> > Fluendo has a MPEG TS muxer. We recently introduced support M2TS 192.<br>
> > <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>
> ><br>
> > Best regards,<br>
> ><br>
> > Julien Moutte,<br>
> > FLUENDO S.A.<br>
> ><br>
> > Peter Maersk-Moller wrote:<br>
> >> Hi<br>
> >><br>
> >> Trying to see if I can get gstreamer to encode a a/v source into a<br>
> >> H.264/aac MPEG-2 TS stream. A/V encoding seems to work well, but the TS<br>
> >> encoding part seems not to be supported.<br>
> >><br>
> >> I'm looking into copy some code from VLC to create a TS mux plugin, but<br>
> >> would like to ask first, if anyone else is working on something like<br>
> >> that ? As I see it, we need to convert the two ES streams into to PES<br>
> >> packet stream into a TS packet stream, which then could use either a UDP<br>
> >> output plugin, a http server plugin (when finished) or a RTSP server<br>
> >> plugin (if planned). So ES in PES in TS is needed. ES in PES in TS in<br>
> >> RTP seems not to be widely used, so thsi is skipped.<br>
> >><br>
> >> However, we would also need to create PAT and PMT to make the stream<br>
> >> useful for many applications (such as Set Top Boxes not quite as clever<br>
> >> as Mplayer).<br>
> >><br>
> >> Best regards<br>
> >><br>
> >> Peter Maersk-Moller<br>
> >><br>
> >><br>
> -------------------------------------------------------------------------<br>
> >> This SF.net email is sponsored by: Microsoft<br>
> >> Defy all challenges. Microsoft(R) Visual Studio 2008.<br>
> >> <a href="http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/" target="_blank">http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/</a><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>
> -------------------------------------------------------------------------<br>
> This SF.net email is sponsored by: Microsoft<br>
> Defy all challenges. Microsoft(R) Visual Studio 2008.<br>
> <a href="http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/" target="_blank">http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/</a><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>
-------------- 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 <<a href="mailto:hashbrown100@hotmail.com">hashbrown100@hotmail.com</a>><br>
Subject: [gst-devel] backward seeking<br>
To: <<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a>><br>
Message-ID: <BAY102-W127D95A213EB198CA3F98E8A870@phx.gbl><br>
Content-Type: text/plain; charset="iso-8859-1"<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, 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: "Zheng, Shude" <<a href="mailto:shude@margi.com">shude@margi.com</a>><br>
Subject: [gst-devel] It is fail to request pad in rtpbin<br>
To: <<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a>><br>
Message-ID:<br>
<<a href="mailto:100C8341B1D1424799E48202FD7BBB7D010207@HMGSLX5.hmg.ad.harman.com">100C8341B1D1424799E48202FD7BBB7D010207@HMGSLX5.hmg.ad.harman.com</a>><br>
Content-Type: text/plain; charset="us-ascii"<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, "send_rtp_sink_%d").<br>
<br>
It returns null. If I change the pad name to send_rtp_sink_0. It will<br>
give an error "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 <<a href="mailto:thaytan@noraisin.net">thaytan@noraisin.net</a>><br>
Subject: Re: [gst-devel] backward seeking<br>
To: Discussion of the development of GStreamer<br>
<<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a>><br>
Message-ID: <1216940926.6055.15.camel@fancy-ubuntu><br>
Content-Type: text/plain<br>
<br>
On Thu, 2008-07-24 at 20:52 +0000, Ash wrote:<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 |<br>
> GST_SEEK_FLAG_KEY_UNIT,<br>
> GST_SEEK_TYPE_SET, 0,<br>
> GST_SEEK_TYPE_SET, curpos*GST_MSECOND);<br>
><br>
> Am I calling this wrong?<br>
><br>
><br>
> ______________________________________________________________________<br>
Whether reverse playback works depends on the container & codecs - it'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 <<a href="mailto:thaytan@noraisin.net">thaytan@noraisin.net</a>><br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Thu, 24 Jul 2008 23:58:39 +0000<br>
From: Ash <<a href="mailto:hashbrown100@hotmail.com">hashbrown100@hotmail.com</a>><br>
Subject: Re: [gst-devel] backward seeking<br>
To: Discussion of the development of GStreamer<br>
<<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a>><br>
Message-ID: <BAY102-W50E4EA8D90D3AA2E79C1168A870@phx.gbl><br>
Content-Type: text/plain; charset="iso-8859-1"<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?> From: <a href="mailto:thaytan@noraisin.net">thaytan@noraisin.net</a>> To: <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a>> Date: Fri, 25 Jul 2008 00:08:46 +0100> Subject: Re: [gst-devel] backward seeking> > On Thu, 2008-07-24 at 20:52 +0000, Ash wrote:> > Anybody know why backward seeking causes playback to hang?> > > > gst_element_seek(m_bin, -2.0 , GST_FORMAT_TIME, GST_SEEK_FLAG_FLUSH |> > GST_SEEK_FLAG_KEY_UNIT,> > GST_SEEK_TYPE_SET, 0,> > GST_SEEK_TYPE_SET, curpos*GST_MSECOND);> > > > Am I calling this wrong?> > > > > > ______________________________________________________________________> Whether reverse playback works depends on the container & codecs - it's> not implemented everywhere yet. You should check the return value from> gst_element_seek - was the seek refused?> > J.> -- > Jan Schmidt <<a href="mailto:thaytan@noraisin.net">thaytan@noraisin.net</a>>> > > -------------------------------------------------------------------------> T<br>
his SF.Net email is sponsored by the Moblin Your Move Developer's challenge> Build the coolest Linux based applications with Moblin SDK & win great prizes> Grand prize is a trip for two to an Open Source event anywhere in the world> <a href="http://moblin-contest.org/redirect.php?banner_id=100&url=/" target="_blank">http://moblin-contest.org/redirect.php?banner_id=100&url=/</a>> _______________________________________________> gstreamer-devel mailing list> <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a>> <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 <<a href="mailto:thaytan@noraisin.net">thaytan@noraisin.net</a>><br>
Subject: Re: [gst-devel] gst-plugins-good <a href="http://0.10.8.3" target="_blank">0.10.8.3</a> and gst-plugins-bad<br>
<a href="http://0.10.7.3" target="_blank">0.10.7.3</a> pre-releases available<br>
To: "<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a>"<br>
<<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a>><br>
Message-ID: <1216944181.6055.21.camel@fancy-ubuntu><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'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>
> 1st pre-release tarballs for good and bad are online at<br>
> ?<br>
> ?<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>
> and<br>
> <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>
><br>
> Please test and file any bugs in <a href="http://bugzilla.gnome.org" target="_blank">http://bugzilla.gnome.org</a><br>
><br>
> See <a href="http://gstreamer.freedesktop.org/wiki/ReleasePlanning2008" target="_blank">http://gstreamer.freedesktop.org/wiki/ReleasePlanning2008</a> for the<br>
> release schedule.<br>
><br>
> Cheers,<br>
> Jan.<br>
--<br>
Jan Schmidt <<a href="mailto:thaytan@noraisin.net">thaytan@noraisin.net</a>><br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
-------------------------------------------------------------------------<br>
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge<br>
Build the coolest Linux based applications with Moblin SDK & 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&url=/" target="_blank">http://moblin-contest.org/redirect.php?banner_id=100&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>