<div dir="ltr">Thanks for your advise .I have try to used two gstrtpbin for that,but it doesn't work too.</div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/3/7 <span dir="ltr"><<a href="mailto:gstreamer-devel-request@lists.freedesktop.org" target="_blank">gstreamer-devel-request@lists.freedesktop.org</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send gstreamer-devel mailing list submissions to<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/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.freedesktop.org">gstreamer-devel-request@lists.freedesktop.org</a><br>
<br>
You can reach the person managing the list at<br>
<a href="mailto:gstreamer-devel-owner@lists.freedesktop.org">gstreamer-devel-owner@lists.freedesktop.org</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: Critical error : Trying to dispose object "xxxxxx", but<br>
it still has a parent "registry0" (Tim-Philipp M?ller)<br>
2. Re: Development of webrtc src and sink<br>
(Jose Antonio Santos Cadenas)<br>
3. RE: can receive and send videostream in gstrtpbin in one<br>
pipeline and how to do that? (Thomas Greenwood)<br>
4. G.726 decoder critical error (Denis Green)<br>
5. Re: Critical error : Trying to dispose object "xxxxxx", but<br>
it still has a parent "registry0" (Gilles DOFFE)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Wed, 06 Mar 2013 16:09:05 +0000<br>
From: Tim-Philipp M?ller <<a href="mailto:t.i.m@zen.co.uk">t.i.m@zen.co.uk</a>><br>
To: <a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
Subject: Re: Critical error : Trying to dispose object "xxxxxx", but<br>
it still has a parent "registry0"<br>
Message-ID: <1362586145.24942.28.camel@zingle><br>
Content-Type: text/plain; charset="UTF-8"<br>
<br>
On Wed, 2013-03-06 at 16:43 +0100, Gilles DOFFE wrote:<br>
<br>
> Yes I'm sure. It is what is really strange here. Where is this<br>
> registry0 file ?!<br>
<br>
It's not a file, it's the registry object. Run<br>
<br>
GST_REGISTRY_FORK=no G_DEBUG=fatal_warnings<br>
gdb /usr/bin/gst-inspect-0.10<br>
<br>
then it will stop at the warning and you can look at the backtrace to<br>
see where that presumably premature unref happens from. (It might be<br>
that the wrong unref is somewhere else of course, but it's a starting<br>
point).<br>
<br>
Cheers<br>
-Tim<br>
<br>
<br>
><br>
> 2013/3/6 Chuck Crisler <<a href="mailto:ccrisler@mutualink.net">ccrisler@mutualink.net</a>><br>
> Are you sure that a registry isn't created? It is stored in a<br>
> hidden directory. /HOME/.gstreamer-0.10/registry.NNN.bin<br>
><br>
> On Wed, Mar 6, 2013 at 10:18 AM, Gilles DOFFE<br>
> <<a href="mailto:g.doffe@gmail.com">g.doffe@gmail.com</a>> wrote:<br>
><br>
> Hello,<br>
><br>
><br>
> I'm getting this kind of error when launching a gst<br>
> command like gst-inspect :<br>
><br>
><br>
> ----------------------------------------------------------------------------------------------------------------------------------<br>
><br>
> # gst-inspect-0.10<br>
><br>
><br>
><br>
> (gst-plugin-scanner:2001): GStreamer-CRITICAL **:<br>
> Trying to dispose object "rtpmux", but it still has a<br>
> parent "registry0".<br>
> You need to let the parent manage the object instead<br>
> of unreffing the object directly.<br>
><br>
><br>
><br>
><br>
> (gst-plugin-scanner:2001): GStreamer-CRITICAL **:<br>
> Trying to dispose object "rtpdtmfmux", but it still<br>
> has a parent "registry0".<br>
> You need to let the parent manage the object instead<br>
> of unreffing the object directly.<br>
><br>
><br>
><br>
><br>
> (gst-plugin-scanner:2001): GStreamer-WARNING **:<br>
> removing plugin that is still in registry<br>
><br>
><br>
> (gst-plugin-scanner:2001): GStreamer-CRITICAL **:<br>
> Trying to dispose object "shapewipe", but it still has<br>
> a parent "registry0".<br>
> You need to let the parent manage the object instead<br>
> of unreffing the object directly.<br>
><br>
><br>
><br>
><br>
> (gst-plugin-scanner:2001): GStreamer-WARNING **:<br>
> removing plugin that is still in registry<br>
><br>
><br>
> (gst-plugin-scanner:2001): GStreamer-CRITICAL **:<br>
> Trying to dispose object "mpegtsmux", but it still has<br>
> a parent "registry0".<br>
> You need to let the parent manage the object instead<br>
> of unreffing the object directly.<br>
><br>
><br>
><br>
><br>
> (gst-plugin-scanner:2001): GStreamer-WARNING **:<br>
> removing plugin that is still in registry<br>
><br>
><br>
> ----------------------------------------------------------------------------------------------------------------------------------<br>
><br>
><br>
> A strange thing is that the registry file is never<br>
> created so I do not really understand from where this<br>
> registry0 comes ?<br>
><br>
><br>
> You can find the full traces in attachment.<br>
><br>
><br>
> I'm using gstreamer 0.10.36 which is mandatory.<br>
><br>
><br>
> Can you help me please ?<br>
> Thanks in advance,<br>
><br>
><br>
> Gilles<br>
><br>
><br>
> _______________________________________________<br>
> gstreamer-devel mailing list<br>
> <a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
> <a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
><br>
><br>
><br>
> _______________________________________________<br>
> gstreamer-devel mailing list<br>
> <a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
> <a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
><br>
><br>
><br>
> _______________________________________________<br>
> gstreamer-devel mailing list<br>
> <a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
> <a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Wed, 6 Mar 2013 17:29:30 +0100<br>
From: Jose Antonio Santos Cadenas <<a href="mailto:santoscadenas@gmail.com">santoscadenas@gmail.com</a>><br>
To: Gstreamer-devel <<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a>><br>
Subject: Re: Development of webrtc src and sink<br>
Message-ID:<br>
<<a href="mailto:CAGay_TxBwkgEDgeUrRpPO1qD2ymnRtZT94_sqLdAvgstKJb6DQ@mail.gmail.com">CAGay_TxBwkgEDgeUrRpPO1qD2ymnRtZT94_sqLdAvgstKJb6DQ@mail.gmail.com</a>><br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
Hi,<br>
<br>
I have create a first version of the plugin, by now only works against<br>
chrome 25 and with BUNDLE mode (ie, all data by one ice stream). The<br>
source code is here.<br>
<br>
<a href="https://code.google.com/p/kurento/source/checkout?repo=gst-plugins-webrtc" target="_blank">https://code.google.com/p/kurento/source/checkout?repo=gst-plugins-webrtc</a><br>
<br>
I've been using gstreamer 1.0.5 to develop and I haven't test with<br>
other gstreamer versions, so I'm not sure is older versions will work<br>
ok.<br>
<br>
There is an example of usage, in test/examples is a webserver that<br>
sends video back to the client overlaying the current time. It is<br>
serving on <a href="http://localhost:8180" target="_blank">http://localhost:8180</a> port.<br>
<br>
Comments are welcome.<br>
<br>
<br>
2013/1/31 Jose Antonio Santos Cadenas <<a href="mailto:santoscadenas@gmail.com">santoscadenas@gmail.com</a>>:<br>
> Hi,<br>
><br>
> I'm planning to create a plugin that implements a source and a sink<br>
> that can exchange information with a webrtc client but without<br>
> coding/decoding capabilities, something like the nicesrc and nicesink<br>
> plugins but adding support for srtp. I've seen the conversation in [1]<br>
> about this issue and it seems that the only missing part is srtp.<br>
><br>
> I've also seen the current implementation using farsight explained in<br>
> [2], this is something a little bit different because what I want is<br>
> just the connector that allows me to send/receive rtp and rtcp<br>
> packages using webrtc (ice + srtp).<br>
><br>
> I've have some doubts about the final design, currently I have<br>
> different possibilities for the elements interface that we can discuss<br>
> if there interest in the community.<br>
><br>
> Finally, I'd like to ask if you know about other people working on<br>
> this and, if nobody is currently working on this, what is the best way<br>
> to integrate this plugin in gstreamer repositories. I'm going to start<br>
> in the development in the next days using a private repository, but I<br>
> can switch to a public one if there is interest to integrate in the<br>
> gstreamer tree.<br>
><br>
> Regards and thanks for your time.<br>
><br>
> Jos? Antonio Santos.<br>
><br>
><br>
> [1] <a href="http://gstreamer-devel.966125.n4.nabble.com/WebRTC-client-tp4657196.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/WebRTC-client-tp4657196.html</a><br>
> [2] <a href="https://bugs.webkit.org/show_bug.cgi?id=87514" target="_blank">https://bugs.webkit.org/show_bug.cgi?id=87514</a><br>
<br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Wed, 6 Mar 2013 16:46:51 +0000<br>
From: Thomas Greenwood <<a href="mailto:tcdgreenwood@hotmail.com">tcdgreenwood@hotmail.com</a>><br>
To: "<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a>"<br>
<<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a>><br>
Subject: RE: can receive and send videostream in gstrtpbin in one<br>
pipeline and how to do that?<br>
Message-ID: <BLU002-W1855287AB55CAE208296521D4E40@phx.gbl><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
I haven't done this exactly, but I have received an RTP stream from one endpoint and sent to another successfully. I think the issue you have is that you're only using a single gstrtpbin that you are trying to use for both directions at once - try using one for sending and another one for receiving.<br>
Perhaps you could also try writing separate sender and receiver commands and then merge them. When merging you need to ensure that the elements are not named the same thing.<br>
<br>
I hope this of some help.<br>
> Date: Tue, 5 Mar 2013 18:20:38 -0800 (PST)<br>
> From: zgd <<a href="mailto:zhuangzhida1989@gmail.com">zhuangzhida1989@gmail.com</a>><br>
> To: <a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
> Subject: can receive and send videostream in gstrtpbin in one<br>
> pipeline and how to do that?<br>
> Message-ID: <<a href="mailto:1362536438496-4658910.post@n4.nabble.com">1362536438496-4658910.post@n4.nabble.com</a>><br>
> Content-Type: text/plain; charset=us-ascii<br>
><br>
> Hello, I want to use gstrtpbin to receive and send videostream simultaneously<br>
> . can I use one rtpbin to do this ? I try to do this and the following is my<br>
> pipeline:<br>
> gst-launch -v gstrtpbin name=rtpbin \<br>
> v4l2src ! video/x-raw-yuv,width=640,height=480,framerate=15/1 ! videorate<br>
> ! ffmpegcolorspace ! x264enc ! rtph264pay ! rtpbin.send_rtp_sink_0 \<br>
> rtpbin.send_rtp_src_0 ! udpsink port=5000 host=192.168.1.220<br>
> name=vrtpsink\<br>
> rtpbin.send_rtcp_src_0 ! udpsink port=5001 host=192.168.1.220 sync=false<br>
> async=false name=vrtcpsink \<br>
> udpsrc port=5003 name=vrtpsrc ! rtpbin.recv_rtcp_sink_0 \<br>
> udpsrc port=5000<br>
> caps="application/x-rtp,media=video,clock-rate=90000,encoding-name=H264" !<br>
> rtpbin.recv_rtp_sink_1 rtbin. ! rtph264depay ! ffdec_h264 ! xvimagesink \<br>
> udpsrc port=5001 ! rtbin.recv_rtcp_sink_1 \<br>
> rt.send_rtcp_src_1 ! udpsink port=5003 host=192.168.1.220 sync=false<br>
> async=false \<br>
> but it seems that it does't work and I grab the network packet and don't<br>
> find the packet it send. What's the problem? What should I do .<br>
> Thanks.<br>
><br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20130306/f093eb14/attachment-0001.html" target="_blank">http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20130306/f093eb14/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Wed, 6 Mar 2013 20:50:43 +0400<br>
From: Denis Green <<a href="mailto:zagre.torez@gmail.com">zagre.torez@gmail.com</a>><br>
To: <a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
Subject: G.726 decoder critical error<br>
Message-ID:<br>
<CAFSy7_XxqGj85XYmUErsJZ=AjZKFzYQFrUo+FStTKD6ejd1=<a href="mailto:eg@mail.gmail.com">eg@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
Hi,<br>
<br>
gstreamer-0.10; gstreamer-1.0 don't support G726 decoder.<br>
<br>
May be there is some alternative to ffmpeg decoder?<br>
<br>
Simple example:<br>
*gstreamer-0.10*<br>
<br>
gst-launch --gst-debug=2 audiotestsrc ! ffenc_g726 bitrate=16000 !<br>
ffdec_g726 ! fakesink<br>
<br>
Setting pipeline to PAUSED ...<br>
Pipeline is PREROLLING ...<br>
0:00:00.025874694 10089 0x1f67000 WARN ffmpeg<br>
gstffmpegcodecmap.c:140:gst_ff_channel_layout_to_gst: Unknown channels in<br>
channel layout - assuming NONE layout<br>
*0:00:00.027835740 10089 0x1f67000 ERROR ffmpeg :0::<br>
Invalid number of bits 0*<br>
0:00:00.027877653 10089 0x1f67000 WARN basesrc<br>
gstbasesrc.c:2625:gst_base_src_loop:<audiotestsrc0> error: Internal data<br>
flow error.<br>
0:00:00.027897475 10089 0x1f67000 WARN basesrc<br>
gstbasesrc.c:2625:gst_base_src_loop:<audiotestsrc0> error: streaming task<br>
paused, reason not-negotiated (-4)<br>
ERROR: from element /GstPipeline:pipeline0/GstAudioTestSrc:audiotestsrc0:<br>
Internal data flow error.<br>
Additional debug info:<br>
gstbasesrc.c(2625): gst_base_src_loop ():<br>
/GstPipeline:pipeline0/GstAudioTestSrc:audiotestsrc0:<br>
streaming task paused, reason not-negotiated (-4)<br>
ERROR: pipeline doesn't want to preroll.<br>
Setting pipeline to NULL ...<br>
Freeing pipeline ...<br>
<br>
<br>
..........................................................................................................................................................................<br>
<br>
*<br>
*<br>
*gstreamer-1.0*<br>
*<br>
*<br>
gst-launch-1.0 --gst-debug=2 audiotestsrc ! avenc_g726 bitrate=8000 !<br>
avdec_g726 ! fakesink<br>
<br>
Setting pipeline to PAUSED ...<br>
Pipeline is PREROLLING ...<br>
*0:00:00.020818856 10064 0x1c5e8f0 ERROR libav :0::<br>
Invalid number of bits 0*<br>
*0:00:00.021230707 10064 0x1c5e8f0 ERROR libav :0::<br>
Invalid number of bits 0*<br>
*0:00:00.021272267 10064 0x1c5e8f0 ERROR libav :0::<br>
Invalid number of bits 0*<br>
*0:00:00.023178051 10064 0x1c5e8f0 ERROR libav :0::<br>
Invalid number of bits 0*<br>
0:00:00.023231964 10064 0x1c5e8f0 WARN basesrc<br>
gstbasesrc.c:2791:gst_base_src_loop:<audiotestsrc0> error: Internal data<br>
flow error.<br>
0:00:00.023284766 10064 0x1c5e8f0 WARN basesrc<br>
gstbasesrc.c:2791:gst_base_src_loop:<audiotestsrc0> error: streaming task<br>
paused, reason not-negotiated (-4)<br>
0:00:00.023362115 10064 0x1c5e8f0 ERROR libav :0::<br>
Invalid number of bits 0<br>
ERROR: from element /GstPipeline:pipeline0/GstAudioTestSrc:audiotestsrc0:<br>
Internal data flow error.<br>
Additional debug info:<br>
gstbasesrc.c(2791): gst_base_src_loop ():<br>
/GstPipeline:pipeline0/GstAudioTestSrc:audiotestsrc0:<br>
streaming task paused, reason not-negotiated (-4)<br>
ERROR: pipeline doesn't want to preroll.<br>
Setting pipeline to NULL ...<br>
Freeing pipeline ...<br>
<br>
<br>
Summing it up:<br>
gstreamer-0.10 -> ERROR ffmpeg :0:: Invalid number of bits 0<br>
gstreamer-1.0 -> ERROR ffmpeg :0:: Invalid number of bits 0<br>
<br>
<br>
Any ideas appreciated<br>
Thanks<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20130306/39cff1b2/attachment-0001.html" target="_blank">http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20130306/39cff1b2/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Wed, 6 Mar 2013 18:28:16 +0100<br>
From: Gilles DOFFE <<a href="mailto:g.doffe@gmail.com">g.doffe@gmail.com</a>><br>
To: Discussion of the development of and with GStreamer<br>
<<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a>><br>
Subject: Re: Critical error : Trying to dispose object "xxxxxx", but<br>
it still has a parent "registry0"<br>
Message-ID:<br>
<<a href="mailto:CABMCMP-ikm2gazHRK9O42F7ADBvkoN6t9qahkGP_xHUUFwYUEw@mail.gmail.com">CABMCMP-ikm2gazHRK9O42F7ADBvkoN6t9qahkGP_xHUUFwYUEw@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
(gdb) bt<br>
#0 0xb7e5e919 in g_logv () from /usr/lib/libglib-2.0.so.0<br>
#1 0xb7e5e980 in g_log () from /usr/lib/libglib-2.0.so.0<br>
#2 0xb7f8928d in ?? () from /usr/lib/libgstreamer-0.10.so.0<br>
#3 0xb7f18d44 in g_object_unref () from /usr/lib/libgobject-2.0.so.0<br>
#4 0xb7f57266 in gst_object_unref () from /usr/lib/libgstreamer-0.10.so.0<br>
#5 0xb7f93208 in ?? () from /usr/lib/libgstreamer-0.10.so.0<br>
#6 0xb7f9450d in ?? () from /usr/lib/libgstreamer-0.10.so.0<br>
#7 0xb7f945e4 in ?? () from /usr/lib/libgstreamer-0.10.so.0<br>
#8 0xb7f956f8 in gst_update_registry () from<br>
/usr/lib/libgstreamer-0.10.so.0<br>
#9 0xb7f55a20 in ?? () from /usr/lib/libgstreamer-0.10.so.0<br>
#10 0xb7e622c0 in g_option_context_parse () from /usr/lib/libglib-2.0.so.0<br>
#11 0x0804cafa in ?? ()<br>
#12 0xb7cb2ca2 in __libc_start_main (main=0x804c961, argc=1,<br>
ubp_av=0xbffffda4, init=0x804d370, fini=0x804d3e0,<br>
rtld_fini=0xb7ff0c00 <_dl_fini>, stack_end=0xbffffd9c) at<br>
libc-start.c:226<br>
#13 0x0804a9e1 in ?? ()<br>
(gdb)<br>
<br>
I will have a check to gst_update_registry tomorrow.<br>
<br>
<br>
2013/3/6 Tim-Philipp M?ller <<a href="mailto:t.i.m@zen.co.uk">t.i.m@zen.co.uk</a>><br>
<br>
> On Wed, 2013-03-06 at 16:43 +0100, Gilles DOFFE wrote:<br>
><br>
> > Yes I'm sure. It is what is really strange here. Where is this<br>
> > registry0 file ?!<br>
><br>
> It's not a file, it's the registry object. Run<br>
><br>
> GST_REGISTRY_FORK=no G_DEBUG=fatal_warnings<br>
> gdb /usr/bin/gst-inspect-0.10<br>
><br>
> then it will stop at the warning and you can look at the backtrace to<br>
> see where that presumably premature unref happens from. (It might be<br>
> that the wrong unref is somewhere else of course, but it's a starting<br>
> point).<br>
><br>
> Cheers<br>
> -Tim<br>
><br>
><br>
> ><br>
> > 2013/3/6 Chuck Crisler <<a href="mailto:ccrisler@mutualink.net">ccrisler@mutualink.net</a>><br>
> > Are you sure that a registry isn't created? It is stored in a<br>
> > hidden directory. /HOME/.gstreamer-0.10/registry.NNN.bin<br>
> ><br>
> > On Wed, Mar 6, 2013 at 10:18 AM, Gilles DOFFE<br>
> > <<a href="mailto:g.doffe@gmail.com">g.doffe@gmail.com</a>> wrote:<br>
> ><br>
> > Hello,<br>
> ><br>
> ><br>
> > I'm getting this kind of error when launching a gst<br>
> > command like gst-inspect :<br>
> ><br>
> ><br>
> ><br>
> ----------------------------------------------------------------------------------------------------------------------------------<br>
> ><br>
> > # gst-inspect-0.10<br>
> ><br>
> ><br>
> ><br>
> > (gst-plugin-scanner:2001): GStreamer-CRITICAL **:<br>
> > Trying to dispose object "rtpmux", but it still has a<br>
> > parent "registry0".<br>
> > You need to let the parent manage the object instead<br>
> > of unreffing the object directly.<br>
> ><br>
> ><br>
> ><br>
> ><br>
> > (gst-plugin-scanner:2001): GStreamer-CRITICAL **:<br>
> > Trying to dispose object "rtpdtmfmux", but it still<br>
> > has a parent "registry0".<br>
> > You need to let the parent manage the object instead<br>
> > of unreffing the object directly.<br>
> ><br>
> ><br>
> ><br>
> ><br>
> > (gst-plugin-scanner:2001): GStreamer-WARNING **:<br>
> > removing plugin that is still in registry<br>
> ><br>
> ><br>
> > (gst-plugin-scanner:2001): GStreamer-CRITICAL **:<br>
> > Trying to dispose object "shapewipe", but it still has<br>
> > a parent "registry0".<br>
> > You need to let the parent manage the object instead<br>
> > of unreffing the object directly.<br>
> ><br>
> ><br>
> ><br>
> ><br>
> > (gst-plugin-scanner:2001): GStreamer-WARNING **:<br>
> > removing plugin that is still in registry<br>
> ><br>
> ><br>
> > (gst-plugin-scanner:2001): GStreamer-CRITICAL **:<br>
> > Trying to dispose object "mpegtsmux", but it still has<br>
> > a parent "registry0".<br>
> > You need to let the parent manage the object instead<br>
> > of unreffing the object directly.<br>
> ><br>
> ><br>
> ><br>
> ><br>
> > (gst-plugin-scanner:2001): GStreamer-WARNING **:<br>
> > removing plugin that is still in registry<br>
> ><br>
> ><br>
> ><br>
> ----------------------------------------------------------------------------------------------------------------------------------<br>
> ><br>
> ><br>
> > A strange thing is that the registry file is never<br>
> > created so I do not really understand from where this<br>
> > registry0 comes ?<br>
> ><br>
> ><br>
> > You can find the full traces in attachment.<br>
> ><br>
> ><br>
> > I'm using gstreamer 0.10.36 which is mandatory.<br>
> ><br>
> ><br>
> > Can you help me please ?<br>
> > Thanks in advance,<br>
> ><br>
> ><br>
> > Gilles<br>
> ><br>
> ><br>
> > _______________________________________________<br>
> > gstreamer-devel mailing list<br>
> > <a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
> ><br>
> <a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
> ><br>
> ><br>
> ><br>
> > _______________________________________________<br>
> > gstreamer-devel mailing list<br>
> > <a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
> > <a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
> ><br>
> ><br>
> ><br>
> > _______________________________________________<br>
> > gstreamer-devel mailing list<br>
> > <a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
> > <a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
><br>
><br>
> _______________________________________________<br>
> gstreamer-devel mailing list<br>
> <a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
> <a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20130306/ed99d95e/attachment.html" target="_blank">http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20130306/ed99d95e/attachment.html</a>><br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br>
<br>
End of gstreamer-devel Digest, Vol 26, Issue 21<br>
***********************************************<br>
</blockquote></div><br></div>