Hi,<br><br>I am using gst-rtsp-server in tcp mode. But even if the client side network is not available , the pipeline in server side is playing. Is there any way to block the tcp communication or pipeline if the network is not available during streaming?<br>
<br>regards-<br><br><div class="gmail_quote">On Wed, Jan 27, 2010 at 11:05 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. Lost metadata in pipeline. (Francis Rammeloo)<br>
2. Re: xoverlay with gtk widgets and buttons (John Buckley)<br>
3. Re: xoverlay with gtk widgets and buttons (Tristan Matthews)<br>
4. Re: Lost metadata in pipeline. (sledge hammer)<br>
5. gst-python and gnonlin pre-releases are up (Edward Hervey)<br>
6. GStreamer core, -base and -good git FROZEN FOR COMMITS<br>
(Tim-Philipp M?ller)<br>
7. GStreamer core, -base, and -good pre-releases (Tim-Philipp M?ller)<br>
8. BadGC(Invalid GC parameter) error. (Debsu)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Mon, 25 Jan 2010 15:59:21 +0100<br>
From: Francis Rammeloo <<a href="mailto:francis.rammeloo@gmail.com">francis.rammeloo@gmail.com</a>><br>
Subject: [gst-devel] Lost metadata in pipeline.<br>
To: <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
Message-ID:<br>
<<a href="mailto:ebced3c11001250659v2a908f7ah781dcd4d2169836d@mail.gmail.com">ebced3c11001250659v2a908f7ah781dcd4d2169836d@mail.gmail.com</a>><br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
I have created a pipeline that converts multi-track WMV files into MP4<br>
files. (See my post "Requesting a sink pad from a muxer in the<br>
"new-decoded-pad" callback?" for more details).<br>
<br>
It works well, but not all metadata from the original file is copied<br>
into the output file. One of the missing tags is the language code. Is<br>
there some incompatibility between WMV and MP4 tags that causes the<br>
data to be lost?<br>
<br>
I have been trying to find a way to set the tags myself but it can't<br>
figure out how to associate tags and their corresponding streams. I<br>
get the tags in the GST_MESSAGE_TAG callback, and the streams in the<br>
"new-decoded-pad" callback. The order in which the tags are received<br>
does not seem to be the same as the order in which the streams are<br>
decoded.<br>
<br>
Can someone recommend me a workaround?<br>
<br>
Grts,<br>
Francis<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Mon, 25 Jan 2010 07:36:32 -0800 (PST)<br>
From: John Buckley <<a href="mailto:buckleyassoc@comcast.net">buckleyassoc@comcast.net</a>><br>
Subject: Re: [gst-devel] xoverlay with gtk widgets and buttons<br>
To: <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
Message-ID: <<a href="mailto:1264433792507-1289453.post@n4.nabble.com">1264433792507-1289453.post@n4.nabble.com</a>><br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
<br>
Yes, those are the types of controls I am talking about. That is an<br>
interesting idea and maybe a simpler way to do it. Any other ideas out<br>
there?<br>
--<br>
View this message in context: <a href="http://n4.nabble.com/xoverlay-with-gtk-widgets-and-buttons-tp1289405p1289453.html" target="_blank">http://n4.nabble.com/xoverlay-with-gtk-widgets-and-buttons-tp1289405p1289453.html</a><br>
Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Mon, 25 Jan 2010 11:17:57 -0500<br>
From: Tristan Matthews <<a href="mailto:tristan@sat.qc.ca">tristan@sat.qc.ca</a>><br>
Subject: Re: [gst-devel] xoverlay with gtk widgets and buttons<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:<br>
<<a href="mailto:1c7708561001250817xd81c3cr625f9266a1b34bda@mail.gmail.com">1c7708561001250817xd81c3cr625f9266a1b34bda@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
2010/1/25 John Buckley <<a href="mailto:buckleyassoc@comcast.net">buckleyassoc@comcast.net</a>><br>
<br>
> Hello,<br>
><br>
> I am trying to implement a series of GTK+ buttons around the perimeter of a<br>
> video stream that is rendering in a gst-xoverlay. The xoverlay auto centers<br>
> itself and I'd like to put three buttons on the left and three buttons on<br>
> the right.<br>
><br>
><br>
I have a simple example that renders gst video in a gtkwindow and has one<br>
slider widget. It hides the widget when you fullscreen the window. It might<br>
be useful:<br>
<a href="http://svn.sat.qc.ca/trac/miville/browser/inhouse/prototypes/gstreamer/cpp/fullscreen_with_widgets/test.c?rev=4540" target="_blank">http://svn.sat.qc.ca/trac/miville/browser/inhouse/prototypes/gstreamer/cpp/fullscreen_with_widgets/test.c?rev=4540</a><br>
<br>
Otherwise I would suggest trying to build prototypes in glade to get the<br>
spacing right. It will also help you in experimenting with different<br>
widgets, i.e. custom widgets with cairo rendering etc.<br>
<br>
Good luck,<br>
Tristan<br>
<br>
> I have read how to create and pack buttons into boxes. The buttons are<br>
> being created and become visible after you click on them. But they don't<br>
> look very nice.<br>
><br>
><br>
><br>
> Are there any examples out there for this and is there a simple way of<br>
> creating a typical "square GUI button" with colors, images and 3D effects?<br>
><br>
<br>
<br>
> The gst-xoverlay documentation shows a special way of registering the<br>
> window-id such that capturing events and mouse-clicks is more reliable. I<br>
> am going to try and code that method.<br>
><br>
><br>
><br>
> john buckley<br>
><br>
><br>
> ------------------------------------------------------------------------------<br>
> Throughout its 18-year history, RSA Conference consistently attracts the<br>
> world's best and brightest in the field, creating opportunities for<br>
> Conference<br>
> attendees to learn about information security's most important issues<br>
> through<br>
> interactions with peers, luminaries and emerging and established companies.<br>
> <a href="http://p.sf.net/sfu/rsaconf-dev2dev" target="_blank">http://p.sf.net/sfu/rsaconf-dev2dev</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>
<br>
--<br>
Tristan Matthews<br>
email: <a href="mailto:tristan@sat.qc.ca">tristan@sat.qc.ca</a><br>
web: <a href="http://tristanswork.blogspot.com" target="_blank">http://tristanswork.blogspot.com</a><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Mon, 25 Jan 2010 20:20:44 +0200<br>
From: sledge hammer <<a href="mailto:sledgehammer_999@hotmail.com">sledgehammer_999@hotmail.com</a>><br>
Subject: Re: [gst-devel] Lost metadata in pipeline.<br>
To: <<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a>><br>
Message-ID: <BLU122-W2838E4353B9BC5ED4FED7BAB5F0@phx.gbl><br>
Content-Type: text/plain; charset="iso-8859-7"<br>
<br>
<br>
> I have been trying to find a way to set the tags myself but it can't<br>
> figure out how to associate tags and their corresponding streams. I<br>
> get the tags in the GST_MESSAGE_TAG callback, and the streams in the<br>
> "new-decoded-pad" callback. The order in which the tags are received<br>
> does not seem to be the same as the order in which the streams are<br>
> decoded.<br>
<br>
Use gst_message_parse_tag_full() to find to which pad(ie stream) the tags belong. link-><a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gstreamer-GstMessage.html#gst-message-parse-tag-full" target="_blank">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gstreamer-GstMessage.html#gst-message-parse-tag-full</a><br>
<br>
_________________________________________________________________<br>
??? Windows 7: ?????? ??? ????????? ?????????? ??? ????. ?????? ???????????.<br>
<a href="http://windows.microsoft.com/shop" target="_blank">http://windows.microsoft.com/shop</a><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Mon, 25 Jan 2010 21:00:20 +0100<br>
From: Edward Hervey <<a href="mailto:bilboed@gmail.com">bilboed@gmail.com</a>><br>
Subject: [gst-devel] gst-python and gnonlin pre-releases are up<br>
To: gstreamer-devel <<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a>><br>
Message-ID: <1264449620.7293.10.camel@putamadre><br>
Content-Type: text/plain; charset="UTF-8"<br>
<br>
Hi all,<br>
<br>
In sync with the core/base/good pre-releases which should appear later<br>
on, I've made some new pre-releases for gst-python and gnonlin.<br>
<br>
You can find them here:<br>
<a href="http://gstreamer.freedesktop.org/data/src/gst-python/pre/gst-python-0.10.17.2.tar.bz2" target="_blank">http://gstreamer.freedesktop.org/data/src/gst-python/pre/gst-python-0.10.17.2.tar.bz2</a><br>
<a href="http://gstreamer.freedesktop.org/data/src/gnonlin/pre/gnonlin-0.10.13.3.tar.bz2" target="_blank">http://gstreamer.freedesktop.org/data/src/gnonlin/pre/gnonlin-0.10.13.3.tar.bz2</a><br>
<br>
As usual, testing is welcome, and please report any bugs on<br>
<a href="http://bugzilla.gnome.org" target="_blank">bugzilla.gnome.org</a>, Product:GStreamer.<br>
<br>
The final release dates are still a bit unclear at this point, they<br>
should be announced shortly though.<br>
<br>
Edward<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 6<br>
Date: Tue, 26 Jan 2010 01:14:46 +0000<br>
From: Tim-Philipp M?ller <<a href="mailto:t.i.m@zen.co.uk">t.i.m@zen.co.uk</a>><br>
Subject: [gst-devel] GStreamer core, -base and -good git FROZEN FOR<br>
COMMITS<br>
To: <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
Message-ID: <1264468486.22550.18.camel@zingle><br>
Content-Type: text/plain; charset="UTF-8"<br>
<br>
Hi,<br>
<br>
GStreamer core, gst-plugins-base and gst-plugins-good git are now frozen<br>
for commits.<br>
<br>
Please do not commit to these modules any longer. Any patches to go in<br>
during the freeze period should be submitted by way of filing a blocker<br>
bug in bugzilla [1].<br>
<br>
I'll roll a first set of pre-release tarballs tomorrow.<br>
<br>
Cheers<br>
-Tim<br>
<br>
[1] <a href="http://gstreamer.freedesktop.org/wiki/ReleasePlanning/Freezes" target="_blank">http://gstreamer.freedesktop.org/wiki/ReleasePlanning/Freezes</a><br>
<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 7<br>
Date: Wed, 27 Jan 2010 02:45:02 +0000<br>
From: Tim-Philipp M?ller <<a href="mailto:t.i.m@zen.co.uk">t.i.m@zen.co.uk</a>><br>
Subject: [gst-devel] GStreamer core, -base, and -good pre-releases<br>
To: <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
Message-ID: <1264560302.12478.11.camel@zingle><br>
Content-Type: text/plain; charset="UTF-8"<br>
<br>
Hi,<br>
<br>
pre-releases for GStreamer core, gst-plugins-base and gst-plugins-good<br>
are now available at the following locations:<br>
<br>
<a href="http://gstreamer.freedesktop.org/data/src/gstreamer/pre/gstreamer-0.10.25.2.tar.bz2" target="_blank">http://gstreamer.freedesktop.org/data/src/gstreamer/pre/gstreamer-0.10.25.2.tar.bz2</a><br>
<a href="http://gstreamer.freedesktop.org/data/src/gstreamer/pre/gstreamer-0.10.25.2.tar.gz" target="_blank">http://gstreamer.freedesktop.org/data/src/gstreamer/pre/gstreamer-0.10.25.2.tar.gz</a><br>
<br>
<a href="http://gstreamer.freedesktop.org/data/src/gst-plugins-base/pre/gst-plugins-base-0.10.25.2.tar.bz2" target="_blank">http://gstreamer.freedesktop.org/data/src/gst-plugins-base/pre/gst-plugins-base-0.10.25.2.tar.bz2</a><br>
<a href="http://gstreamer.freedesktop.org/data/src/gst-plugins-base/pre/gst-plugins-base-0.10.25.2.tar.gz" target="_blank">http://gstreamer.freedesktop.org/data/src/gst-plugins-base/pre/gst-plugins-base-0.10.25.2.tar.gz</a><br>
<br>
<a href="http://gstreamer.freedesktop.org/data/src/gst-plugins-good/pre/gst-plugins-good-0.10.17.2.tar.bz2" target="_blank">http://gstreamer.freedesktop.org/data/src/gst-plugins-good/pre/gst-plugins-good-0.10.17.2.tar.bz2</a><br>
<a href="http://gstreamer.freedesktop.org/data/src/gst-plugins-good/pre/gst-plugins-good-0.10.17.2.tar.gz" target="_blank">http://gstreamer.freedesktop.org/data/src/gst-plugins-good/pre/gst-plugins-good-0.10.17.2.tar.gz</a><br>
<br>
Please test them thoroughly with all your favourite apps, and let us<br>
know of any regressions or other important issues by filing blocker bugs<br>
in bugzilla: <a href="http://gstreamer.freedesktop.org/bugs/" target="_blank">http://gstreamer.freedesktop.org/bugs/</a><br>
<br>
Further pre-releases will follow as needed. If all goes well, releases<br>
should happen at the beginning of February, as per<br>
<a href="http://gstreamer.freedesktop.org/wiki/ReleasePlanning2010" target="_blank">http://gstreamer.freedesktop.org/wiki/ReleasePlanning2010</a> .<br>
<br>
Cheers<br>
-Tim<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 8<br>
Date: Tue, 26 Jan 2010 21:35:06 -0800 (PST)<br>
From: Debsu <<a href="mailto:debojyoti.pal@wipro.com">debojyoti.pal@wipro.com</a>><br>
Subject: [gst-devel] BadGC(Invalid GC parameter) error.<br>
To: <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
Message-ID: <<a href="mailto:1264570506095-1311252.post@n4.nabble.com">1264570506095-1311252.post@n4.nabble.com</a>><br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
<br>
Hi,<br>
<br>
In my Gstreamer application, I am facing application crash, giving me<br>
BadGC(Invalid GC parameter) error. First let me describe my application:<br>
I created a QT window, through which I display Pictures. I am using playbin<br>
with ximagesink as image sink decorder and overlay window using<br>
gst_x_overlay_set_xwindow_id () method. The pipeline is paused after end of<br>
stream comes of each picture, then if user play next or prev then only next<br>
/ prev pic is getting displayed.<br>
<br>
But whenever I click on next/prev, after 3-4 clicks segmentation fault is<br>
happening, giving BadGC(Invalid GC parameter) error.<br>
<br>
Can anyone tell me what mistake I made?<br>
<br>
Regards,<br>
Deb<br>
--<br>
View this message in context: <a href="http://n4.nabble.com/BadGC-Invalid-GC-parameter-error-tp1311252p1311252.html" target="_blank">http://n4.nabble.com/BadGC-Invalid-GC-parameter-error-tp1311252p1311252.html</a><br>
Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
<br>
<br>
<br>
------------------------------<br>
<br>
------------------------------------------------------------------------------<br>
The Planet: dedicated and managed hosting, cloud storage, colocation<br>
Stay online with enterprise data centers and the best network in the business<br>
Choose flexible plans and management services without long-term contracts<br>
Personal 24x7 support from experience hosting pros just a phone call away.<br>
<a href="http://p.sf.net/sfu/theplanet-com" target="_blank">http://p.sf.net/sfu/theplanet-com</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 44, Issue 35<br>
***********************************************<br>
</blockquote></div><br><br clear="all"><br>-- <br>Sreerenj B<br><a href="mailto:bsreerenj@gmail.com">bsreerenj@gmail.com</a><br>mob: +91 9739469496<br>