You can subscribe to this list here.
2000 |
Jan
(11) |
Feb
(32) |
Mar
(42) |
Apr
(3) |
May
(23) |
Jun
(5) |
Jul
(18) |
Aug
(14) |
Sep
(10) |
Oct
(9) |
Nov
(23) |
Dec
(42) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(137) |
Feb
(126) |
Mar
(247) |
Apr
(140) |
May
(232) |
Jun
(136) |
Jul
(61) |
Aug
(135) |
Sep
(135) |
Oct
(113) |
Nov
(46) |
Dec
(157) |
2002 |
Jan
(139) |
Feb
(127) |
Mar
(153) |
Apr
(174) |
May
(95) |
Jun
(115) |
Jul
(202) |
Aug
(123) |
Sep
(208) |
Oct
(114) |
Nov
(123) |
Dec
(91) |
2003 |
Jan
(296) |
Feb
(119) |
Mar
(112) |
Apr
(235) |
May
(205) |
Jun
(271) |
Jul
(219) |
Aug
(104) |
Sep
(149) |
Oct
(200) |
Nov
(242) |
Dec
(466) |
2004 |
Jan
(447) |
Feb
(300) |
Mar
(485) |
Apr
(267) |
May
(205) |
Jun
(183) |
Jul
(344) |
Aug
(176) |
Sep
(119) |
Oct
(140) |
Nov
(154) |
Dec
(152) |
2005 |
Jan
(209) |
Feb
(178) |
Mar
(128) |
Apr
(166) |
May
(163) |
Jun
(150) |
Jul
(191) |
Aug
(166) |
Sep
(212) |
Oct
(212) |
Nov
(240) |
Dec
(236) |
2006 |
Jan
(178) |
Feb
(184) |
Mar
(188) |
Apr
(189) |
May
(267) |
Jun
(198) |
Jul
(151) |
Aug
(212) |
Sep
(190) |
Oct
(180) |
Nov
(354) |
Dec
(199) |
2007 |
Jan
(211) |
Feb
(173) |
Mar
(182) |
Apr
(151) |
May
(233) |
Jun
(288) |
Jul
(213) |
Aug
(221) |
Sep
(320) |
Oct
(301) |
Nov
(193) |
Dec
(214) |
2008 |
Jan
(235) |
Feb
(254) |
Mar
(237) |
Apr
(232) |
May
(187) |
Jun
(239) |
Jul
(353) |
Aug
(362) |
Sep
(431) |
Oct
(423) |
Nov
(358) |
Dec
(351) |
2009 |
Jan
(408) |
Feb
(377) |
Mar
(547) |
Apr
(437) |
May
(483) |
Jun
(449) |
Jul
(309) |
Aug
(297) |
Sep
(279) |
Oct
(329) |
Nov
(336) |
Dec
(290) |
2010 |
Jan
(237) |
Feb
(296) |
Mar
(523) |
Apr
(515) |
May
(340) |
Jun
(474) |
Jul
(372) |
Aug
(427) |
Sep
(343) |
Oct
(396) |
Nov
(407) |
Dec
(512) |
2011 |
Jan
(515) |
Feb
(146) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Michael T. <mi...@pa...> - 2011-02-07 16:38:05
|
Hi On 02/07/2011 04:31 PM, Michael Trimarchi wrote: > Hi all, > > I'm trying to use gstreamer on a gtk-directfb application. In order to give a surface to the > videosink, I create a drawarea > > video = gtk_drawing_area_new (); > > and give it to the > > GdkWindow *_window; > _window = gtk_widget_get_parent_window (video); > > ww = gdk_directfb_surface_lookup (_window) > > g_object_set (G_OBJECT (videosink), "surface", ww, NULL); > > The plugin can show the video but it overlap part of the gtk application on the screen > Any idea? Ok, guys I have fixed the issue. IDirectFBSurface *surface = ww; const DFBRectangle rect = { 20, 0, 280, 190 }; IDirectFBSurface *clip; surface->GetSubSurface(ww, &rect, &clip); I have clipped the region and now it works Michael Trimarchi > > Michael Trimarchi > > ------------------------------------------------------------------------------ > The modern datacenter depends on network connectivity to access resources > and provide services. The best practices for maximizing a physical server's > connectivity to a physical network are well understood - see how these > rules translate into the virtual world? > http://p.sf.net/sfu/oracle-sfdevnlfb > _______________________________________________ > gstreamer-devel mailing list > gst...@li... > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > |
From: Michael T. <mi...@pa...> - 2011-02-07 16:31:20
|
Hi all, I'm trying to use gstreamer on a gtk-directfb application. In order to give a surface to the videosink, I create a drawarea video = gtk_drawing_area_new (); and give it to the GdkWindow *_window; _window = gtk_widget_get_parent_window (video); ww = gdk_directfb_surface_lookup (_window) g_object_set (G_OBJECT (videosink), "surface", ww, NULL); The plugin can show the video but it overlap part of the gtk application on the screen Any idea? Michael Trimarchi |
From: Stefan K. <en...@ho...> - 2011-02-07 15:43:15
|
On 06.02.2011 00:11, Guido José Valenzano Tocaimasa wrote: > I have a NTSC camera connected to a BT878 capture device. I configure > it with: > $ v4l2-ctl -s ntsc > > Then test it with: > $ gst-launch v4l2src ! xvimagesink > resulting in an image as the one attached (gstreamer_output.jpg). > > However, using: > $ mplayer tv:// -tv driver=v4l2:norm=0 > works perfectly (mplayer_output.jpg). > > Where might be the problem? > > I'm running Ubuntu Lucid 10.04 with GStreamer's PPA enabled. I also > attached result of: > $ gst-launch -v --gst-debug=v4l2:5 v4l2src device=/dev/video0 > num-buffers=1 ! xvimagesink > in case it's useful. > > Another hint: I *believe* that there was no problem with the older > GStreamer packages, but can't tell for sure. >From the log it negotiated to use this format: Setting format to 768x480, format YUYV STREAMING, requesting 2 MMAP buffers caps = video/x-raw-yuv, format=(fourcc)YUY2, framerate=(fraction)30000/1001, width=(int)768, height=(int)480, interlaced=(boolean)true a few days ago the commit below went in - I wonder it it fixes your issue? Can you try building gst-plugins-good and just install the v4l2 plugin? Stefan git show 6b86b56abd8a28b9e94cee679e3d86367a9a0ab3 commit 6b86b56abd8a28b9e94cee679e3d86367a9a0ab3 Author: Mark Nauwelaerts <mar...@co...> Date: Thu Feb 3 23:42:59 2011 +0100 v4l2: fix interlaced set_format configuration Commit 6c8268dbfd5c88fac28c882ef2e4598a6522e2d6 broke recording from interlaced v4l2 source (e.g. typical tv capture card) since V4L2_FIELD_SEQ_TB (with fields stored separately) does not map to currently defined interlaced format (fields stored interleaved). Besides this mismatch, hardware might quite likely not support or appreciate this field value, since querying supported formats mapped _INTERLACED field formats to interlaced=true caps (so the latter should not be mapped to field value that is not known to be supported). > > > Guido > > BTW: I really don't know if you received the attachments correctly. In > case you didn't, please let me know so I can upload them to 4shared, > megaupload, or similar. > > > ------------------------------------------------------------------------------ > The modern datacenter depends on network connectivity to access resources > and provide services. The best practices for maximizing a physical server's > connectivity to a physical network are well understood - see how these > rules translate into the virtual world? > http://p.sf.net/sfu/oracle-sfdevnlfb > > > _______________________________________________ > gstreamer-devel mailing list > gst...@li... > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
From: Olivier C. <oli...@co...> - 2011-02-07 15:35:11
|
Hi, On Fri, 2011-02-04 at 12:04 +0100, Andreas Auer wrote: > I put all the elements in one pipeline. The input stream has a short > delay because of buffering (some seconds). I have seen in the debugging > output of gstreamer that a latency query is sent to all sink elements. > And the value "MAX(all min_latencies)" is taken to synchronize the streams. > Now, the problem is that I don't want to synchronize the incoming and > outgoing stream! I want to send the encoded data as fast as possible to > the client. > > I think my problem arose because I have put all my elements in one > pipeline, am I right? But how can I fix this?? For most of the elements > it wouldn't be a problem to put it into two different pipelines. But the > same GstRtpBin element is used by the incoming and outgoing stream. Can > I put one element into two different pipelines?? There are two different solutions to that problem: 1. Just put sync=false async=false on the sending-side sinks. But that means that the sent stuff will not be synchronized to one another. 2. You can also do custom latency processing, by either subclassing GstBin/GstPipeline or just by hooking up to the "do-latency" signal. In this case you can give different latencies to different sinks. I have an example [1] where you can tag different sinks with g_object_set_qdata(obj, g_quark_from_string ("gst-latency-group"), <any pointer>) .. then any sinks that have the same value will have the same latency. That said, Farsight2 still uses the sync=false/async=false tactic instead of multiple latencies. [1] http://git.collabora.co.uk/?p=user/tester/gst-plugins-farsight-tester.git;a=blob;f=gst/multipipeline/fsmultipipeline.c;h=9d94ad6e97c5c210075d83a8f51841cf1a3144bf;hb=9677f33515fe76ca4cee828cc92868c3ed7d258c -- Olivier Crête oli...@co... |
From: Stefan K. <en...@ho...> - 2011-02-07 15:27:47
|
On 07.02.2011 16:46, dan liang wrote: > Hi, > > I'm trying to use a hardware video decoder on my embedded linux board. > The vendor has provided me the gstreamer plugin files which I have > tested ok with command like > "gst-launch filesrc location="my_file.avi" ! avidemux ! my_codec > output=RGB16 ! ximagesink". > > Now I need to write a movie player with Qt but I don't know how to do > it. How could I tell phonon I want to use a specific custom video decoder? Ask this question to the phonon developers :) Or be brave and try the new qt-gstreamer bindings. There you would be using playbin2 and playbin2 is automatically using your decoder if it is the only one or highest ranked for that type of video on the platform. Stefan > > Your help is much appreciated.:-) > > > Regards > > Dan > > > ------------------------------------------------------------------------------ > The modern datacenter depends on network connectivity to access resources > and provide services. The best practices for maximizing a physical server's > connectivity to a physical network are well understood - see how these > rules translate into the virtual world? > http://p.sf.net/sfu/oracle-sfdevnlfb > > > _______________________________________________ > gstreamer-devel mailing list > gst...@li... > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
From: Akihiro T. <ts...@ya...> - 2011-02-07 14:49:08
|
Hi, all, I'm writing a small element, (named aac2spdif), which encapsulates AAC ADTS frames into IEC61937/IEC958 frames, and I have problem in outputting to alsaspdif. For example, uridecodebin uri=file:///foo.aac ! alsaspdifsink or filesrc location=foo.aac ! aacparse ! aac2spdif ! alsaspdifsink worked, although I had to modify the ranks of some of those elements. but playbin2 uri=file///foo.aac audio-sink=alsaspdifsink does not work, aborts during PREROLLING, saying like the following. ------------------ ......... 0:00:00.053798086 14224 0x1f541b0 DEBUG playbin2 gstplaybin2.c:2657:no_more_pads_cb:<playbin20> linked type audio/x-raw-, result: 0 0:00:00.053816686 14224 0x1f541b0 DEBUG playbin2 gstplaybin2.c:2666:no_more_pads_cb:<playbin20> pending 1 > 0 0:00:00.053830766 14224 0x1f541b0 INFO playbin2 gstplaybin2.c:2695:no_more_pads_cb:<playbin20> setting default audio sink <bin0> 0:00:00.053848046 14224 0x1f541b0 INFO playbin2 gstplaybin2.c:2706:no_more_pads_cb:<playbin20> setting default video sink (NULL) ERROR: from element /GstPlayBin2:playbin20/GstPlaySink:playsink0: Internal GStreamer error: pad problem. Please file a bug at http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer. 追加のデバッグ情報:[additional debug info] gstplaysink.c(1885): gen_audio_chain (): /GstPlayBin2:playbin20/GstPlaySink:playsink0: Failed to configure the audio sink. ERROR: pipeline doesn't want to preroll. --------------- It also says before the above messages, > 0:00:00.053221521 14224 0x1f541b0 DEBUG playbin2 gstplaybin2.c:2378:pad_added_cb:<playbin20> pad uridecodebin0:src0 with caps audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)[ 8000, 96000 ], channels=(int)[ 1, 8 ] added in group 0x1fa2ab8 So, it seems to me that specifying audio-sink property does not affect the caps of playbin2. Is there any requirement on the elements contained in playbin2 to work properly with alsaspdifsink? I'm using gstreamer 0.10.31, gst-plugins-base 0.10.31, and gst-plugins-bad 0.10.20 on Fedora14 x86_64. regards, tskd -------------------------------------- Get the new Internet Explorer 8 optimized for Yahoo! JAPAN http://pr.mail.yahoo.co.jp/ie8/ |
From: dan l. <lia...@gm...> - 2011-02-07 14:46:59
|
Hi, I'm trying to use a hardware video decoder on my embedded linux board. The vendor has provided me the gstreamer plugin files which I have tested ok with command like "gst-launch filesrc location="my_file.avi" ! avidemux ! my_codec output=RGB16 ! ximagesink". Now I need to write a movie player with Qt but I don't know how to do it. How could I tell phonon I want to use a specific custom video decoder? Your help is much appreciated.:-) Regards Dan |
From: Bastien N. <ha...@ha...> - 2011-02-07 13:59:20
|
On Mon, 2011-02-07 at 02:43 -0500, Howard wrote: > Hello. > > I am trying to add gst_plugins_ugly to my F13 gstreamer collection for > mp3 playback support. > I have done some building in the past but am still a novice... > > F13 supplied me with: > > 796892 Mar 15 2010 gstreamer-0.10.28-2.fc13.i686.rpm > 1070056 Apr 15 2010 gstreamer-plugins-bad-free-0.10.18-2.fc13.i686.rpm > 973796 Mar 10 2010 gstreamer-plugins-base-0.10.28-1.fc13.i686.rpm > 1185296 Apr 7 2010 gstreamer-plugins-good-0.10.21-2.fc13.i686.rpm > 242292 Feb 26 2010 gstreamer-python-0.10.16-1.fc12.i686.rpm > 44896 Feb 5 2010 gstreamer-rtsp-0.10.5-1.fc13.i686.rpm > 23264 Mar 15 2010 gstreamer-tools-0.10.28-2.fc13.i686.rpm > 95792 Mar 29 2010 PackageKit-gstreamer-plugin-0.6.3-1.fc13.i686.rpm > 102208 Apr 24 2010 phonon-backend-gstreamer-4.4.1-2.fc13.i686.rpm You need to install the -devel packages for those, otherwise you won't be able to compile anything. My guess is that you want to setup the repositories at http://rpmfusion.net, which provide the packages, pre-compiled. Cheers |
From: Marco B. <gib...@gm...> - 2011-02-07 13:47:11
|
Hi, On Mon, Feb 7, 2011 at 3:02 PM, <jul...@ad...> wrote: > Hi, > > > Thanks a lot for your message. > > I am trying to test your two command lines right now, but struggling a bit. > > > The last Ubuntu packaged version for gst-base and plugins is 0.10.28, which does not include he config-interval option. > I must then compile from the source, but I get errors with the configure in plugins-good which is searching for its dependencies in the /usr/bin folder. > > Is there a way to inform the configure file that my binaries are in a custom folder? I searched in the source, but failed for now :S. I fell in your same issues in the past. You can try and use jhbuild (you'll need to go through a few docs before succeeding): http://library.gnome.org/devel/jhbuild/stable/jhbuild-and-gnome.html.en ---- Alternatively, I wrote my own set of scripts. You can take inspiration from them: http://gitorious.org/mkgst please note they're nothing official (personal use only ;) ), so your degree of success may vary depending on upstream GStreamer developments / your building environment. The last time I've used them (the last week) they worked pretty well on a freshly installed Ubuntu. If you're lucky the only thing you'll have to do in order to build GStreamer from git is: cd to the dir containing the mkgst folder run bash ./mkgst/mkgst.sh if you're so lucky that build succeeds, in order to set up your shell to use the newly built environment you'll have to run: . ./mkgst/setenv.sh P.S. maybe you'll have to remove some of the -dev packages from your Ubuntu box. good luck! Regards > > > Anyway, the information you gave about the hardware encoder are interesting. I did not think that the problem could come from there. > I will try to find the sources, so that a solution can be found. > > > Thanks again, > I inform you as soon as I get more information. > > Julien > > > > >>Hi, >> >>sorry for the late reply. I grasped only now that you're using a >>custom (hardware-specific) encoder. It should not matter as long as it >>sends the parameters set to the payloader within the "codec-data" >>field (you can check through the caps negotiated bw encoder and >>payloader), so check whether it's a configurable option if not >>enabled. >> >>Said so, the behaviour of both the clients (GStreamer and VLC) is >>expected, because their decoders never get an essential piece of >>information that is the configuration data. As it appears such an >>information is never re-sent from the payloader (even with >>send-config=true config-interval=2) the most plausible cause is the >>one I wrote in the paragraph above. >> >>As a note, the following pipelines work correctly on my old eeepc: >> >>gst-launch v4l2src ! \ >>video/x-raw-yuv,width=640,height=480,format='(fourcc)'YV12 ! \ >>ffmpegcolorspace ! ffenc_mpeg4 ! rtpmp4vpay \ >>send-config=true config-interval=2 ! udpsink host=127.0.0.1 port=1234 >> >>gst-launch udpsrc port=1234 ! \ >>"application/x-rtp,media=(string)video,clock-rate=(int)90000,encoding-name=(string)MP4V-ES, >>payload=96" ! \ >>rtpmp4vdepay ! ffdec_mpeg4 ! xvimagesink >> >>in case your encoder does not have an option to encapsulate >>parameter-sets into the src caps, it's still possible to use a parser, >>that is the sending pipe should be modified as follows (note the stub >>for the encoder name): >> >>gst-launch v4l2src ! \ >>video/x-raw-yuv,width=640,height=480,format='(fourcc)'YV12 ! \ >>ffmpegcolorspace ! your_encoder ! mpeg4videoparse ! rtpmp4vpay \ >>send-config=true config-interval=2 ! udpsink host=127.0.0.1 port=1234 >> >>I hope this will help. >> >>PS next time you copy/paste debug output, please remember to disable >>output color with something like: >> >>export GST_DEBUG_NO_COLOR=1 >> >>Regards > > On Thu, Feb 3, 2011 at 4:35 PM, <jul...@ad...> wrote: >> Sorry again, the files were scrubbed :s . >> >> Here are the links of the three logs : >> >> http://dl.dropbox.com/u/11909603/client_hope => client with gstreamer >> http://dl.dropbox.com/u/11909603/cvlc_log => client with cvlc >> http://dl.dropbox.com/u/11909603/server.log => server log >> >> I hope everything will be fine this time >> >> Cheers >> >> -- >> -- >> Julien Lengrand-Lambert >> tel: +33 (0)240 50 21 73 >> >> ADVANSEE >> 9 rue Alfred Kastler >> CS30750, 44307 Nantes Cedex 3 >> http://www.advansee.com >> >> ------------------------------------------------------------------------------ >> Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! >> Finally, a world-class log management solution at an even better price-free! >> Download using promo code Free_Logger_4_Dev2Dev. Offer expires >> February 28th, so secure your free ArcSight Logger TODAY! >> http://p.sf.net/sfu/arcsight-sfd2d >> _______________________________________________ >> gstreamer-devel mailing list >> gst...@li... >> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel >> > > -- > -- > Julien Lengrand-Lambert > tel: +33 (0)240 50 21 73 > > ADVANSEE > 9 rue Alfred Kastler > CS30750, 44307 Nantes Cedex 3 > http://www.advansee.com > > ------------------------------------------------------------------------------ > The modern datacenter depends on network connectivity to access resources > and provide services. The best practices for maximizing a physical server's > connectivity to a physical network are well understood - see how these > rules translate into the virtual world? > http://p.sf.net/sfu/oracle-sfdevnlfb > _______________________________________________ > gstreamer-devel mailing list > gst...@li... > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > |
From: marcel.tella <mar...@gm...> - 2011-02-07 13:12:10
|
Hi! I'm just trying to steam a video pattern trough UDP, so I've tried this command: gst-launch videotestsrc ! udpsink host=127.0.0.1 port=4951 sync=false Really, I think it's correct, and it works, but when I try to open the stream with VLC, or caching the packages with Wireshark, they don't apper, I think that it means this command is not working correctly. Why is it not working correctly?? Thank you very much. -- View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Simple-local-bucle-streaming-via-UDP-with-gst-launch-tp3264087p3264087.html Sent from the GStreamer-devel mailing list archive at Nabble.com. |
From: <jul...@ad...> - 2011-02-07 13:02:25
|
Hi, Thanks a lot for your message. I am trying to test your two command lines right now, but struggling a bit. The last Ubuntu packaged version for gst-base and plugins is 0.10.28, which does not include he config-interval option. I must then compile from the source, but I get errors with the configure in plugins-good which is searching for its dependencies in the /usr/bin folder. Is there a way to inform the configure file that my binaries are in a custom folder? I searched in the source, but failed for now :S. Anyway, the information you gave about the hardware encoder are interesting. I did not think that the problem could come from there. I will try to find the sources, so that a solution can be found. Thanks again, I inform you as soon as I get more information. Julien >Hi, > >sorry for the late reply. I grasped only now that you're using a >custom (hardware-specific) encoder. It should not matter as long as it >sends the parameters set to the payloader within the "codec-data" >field (you can check through the caps negotiated bw encoder and >payloader), so check whether it's a configurable option if not >enabled. > >Said so, the behaviour of both the clients (GStreamer and VLC) is >expected, because their decoders never get an essential piece of >information that is the configuration data. As it appears such an >information is never re-sent from the payloader (even with >send-config=true config-interval=2) the most plausible cause is the >one I wrote in the paragraph above. > >As a note, the following pipelines work correctly on my old eeepc: > >gst-launch v4l2src ! \ >video/x-raw-yuv,width=640,height=480,format='(fourcc)'YV12 ! \ >ffmpegcolorspace ! ffenc_mpeg4 ! rtpmp4vpay \ >send-config=true config-interval=2 ! udpsink host=127.0.0.1 port=1234 > >gst-launch udpsrc port=1234 ! \ >"application/x-rtp,media=(string)video,clock-rate=(int)90000,encoding-name=(string)MP4V-ES, >payload=96" ! \ >rtpmp4vdepay ! ffdec_mpeg4 ! xvimagesink > >in case your encoder does not have an option to encapsulate >parameter-sets into the src caps, it's still possible to use a parser, >that is the sending pipe should be modified as follows (note the stub >for the encoder name): > >gst-launch v4l2src ! \ >video/x-raw-yuv,width=640,height=480,format='(fourcc)'YV12 ! \ >ffmpegcolorspace ! your_encoder ! mpeg4videoparse ! rtpmp4vpay \ >send-config=true config-interval=2 ! udpsink host=127.0.0.1 port=1234 > >I hope this will help. > >PS next time you copy/paste debug output, please remember to disable >output color with something like: > >export GST_DEBUG_NO_COLOR=1 > >Regards On Thu, Feb 3, 2011 at 4:35 PM, <jul...@ad...> wrote: > Sorry again, the files were scrubbed :s . > > Here are the links of the three logs : > > http://dl.dropbox.com/u/11909603/client_hope => client with gstreamer > http://dl.dropbox.com/u/11909603/cvlc_log => client with cvlc > http://dl.dropbox.com/u/11909603/server.log => server log > > I hope everything will be fine this time > > Cheers > > -- > -- > Julien Lengrand-Lambert > tel: +33 (0)240 50 21 73 > > ADVANSEE > 9 rue Alfred Kastler > CS30750, 44307 Nantes Cedex 3 > http://www.advansee.com > > ------------------------------------------------------------------------------ > Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! > Finally, a world-class log management solution at an even better price-free! > Download using promo code Free_Logger_4_Dev2Dev. Offer expires > February 28th, so secure your free ArcSight Logger TODAY! > http://p.sf.net/sfu/arcsight-sfd2d > _______________________________________________ > gstreamer-devel mailing list > gst...@li... > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > -- -- Julien Lengrand-Lambert tel: +33 (0)240 50 21 73 ADVANSEE 9 rue Alfred Kastler CS30750, 44307 Nantes Cedex 3 http://www.advansee.com |
From: Marco B. <gib...@gm...> - 2011-02-07 08:27:55
|
Hi, maybe you need the development packages as well? Checking in config.log maybe beneficial for you to understand the root cause. Regards, Marco On Mon, Feb 7, 2011 at 9:43 AM, Howard <ho...@fr...> wrote: > Hello. > > I am trying to add gst_plugins_ugly to my F13 gstreamer collection for > mp3 playback support. > I have done some building in the past but am still a novice... > > F13 supplied me with: > > 796892 Mar 15 2010 gstreamer-0.10.28-2.fc13.i686.rpm > 1070056 Apr 15 2010 gstreamer-plugins-bad-free-0.10.18-2.fc13.i686.rpm > 973796 Mar 10 2010 gstreamer-plugins-base-0.10.28-1.fc13.i686.rpm > 1185296 Apr 7 2010 gstreamer-plugins-good-0.10.21-2.fc13.i686.rpm > 242292 Feb 26 2010 gstreamer-python-0.10.16-1.fc12.i686.rpm > 44896 Feb 5 2010 gstreamer-rtsp-0.10.5-1.fc13.i686.rpm > 23264 Mar 15 2010 gstreamer-tools-0.10.28-2.fc13.i686.rpm > 95792 Mar 29 2010 PackageKit-gstreamer-plugin-0.6.3-1.fc13.i686.rpm > 102208 Apr 24 2010 phonon-backend-gstreamer-4.4.1-2.fc13.i686.rpm > > > I have tried these four source files from > http://gstreamer.freedesktop.org/src/gst-plugins-ugly: > > gst-plugins-ugly-0.10.14.tar.gz 05-Mar-2010 17:09 1.3M > gst-plugins-ugly-0.10.15.tar.gz 30-May-2010 06:21 1.4M > gst-plugins-ugly-0.10.16.tar.gz 02-Sep-2010 15:56 1.4M > gst-plugins-ugly-0.10.17.tar.gz 21-Jan-2011 05:16 1.4M > > ---------- > > ...but I can't get past ./configure. > 0.10.14 stops at: > > checking for GLIB... yes > checking for LIBOIL... no > configure: error: liboil-0.3.8 or later is required > > ...and .15 stop at: > configure: error: liboil-0.3.14 or later is required > > yet I have installed: > > rpm -q liboil > liboil-0.3.16-4.fc12.i686 > > ---------- > > And both 0.10.16 > <http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-0.10.16.tar.gz> > and 0.10.17 > <http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-0.10.16.tar.gz> > give me: > > checking for GLIB... yes > checking for ORC... no > checking for GST... no > no > configure: No package 'gstreamer-0.10' found > configure: error: no gstreamer-0.10 >= 0.10.26 (GStreamer) found > > > ...even though I have this installed: > > rpm -q gstreamer > gstreamer-0.10.30-1.fc13.i686 > > ---------- > > I must add that my liboil and gstreamer libraries are in /usr/lib and > NOT in /usr/local/lib which the README states as the default. > > I have tried this line before ./configure which made no difference in > the errors: > > export PKG_CONFIG_PATH=/usr/lib/pkgconfig > > ----------- > > Any help would be appreciated. > Thanks, Howard > > > > ------------------------------------------------------------------------------ > The modern datacenter depends on network connectivity to access resources > and provide services. The best practices for maximizing a physical server's > connectivity to a physical network are well understood - see how these > rules translate into the virtual world? > http://p.sf.net/sfu/oracle-sfdevnlfb > _______________________________________________ > gstreamer-devel mailing list > gst...@li... > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > |
From: Howard <ho...@fr...> - 2011-02-07 07:37:18
|
Hello. I am trying to add gst_plugins_ugly to my F13 gstreamer collection for mp3 playback support. I have done some building in the past but am still a novice... F13 supplied me with: 796892 Mar 15 2010 gstreamer-0.10.28-2.fc13.i686.rpm 1070056 Apr 15 2010 gstreamer-plugins-bad-free-0.10.18-2.fc13.i686.rpm 973796 Mar 10 2010 gstreamer-plugins-base-0.10.28-1.fc13.i686.rpm 1185296 Apr 7 2010 gstreamer-plugins-good-0.10.21-2.fc13.i686.rpm 242292 Feb 26 2010 gstreamer-python-0.10.16-1.fc12.i686.rpm 44896 Feb 5 2010 gstreamer-rtsp-0.10.5-1.fc13.i686.rpm 23264 Mar 15 2010 gstreamer-tools-0.10.28-2.fc13.i686.rpm 95792 Mar 29 2010 PackageKit-gstreamer-plugin-0.6.3-1.fc13.i686.rpm 102208 Apr 24 2010 phonon-backend-gstreamer-4.4.1-2.fc13.i686.rpm I have tried these four source files from http://gstreamer.freedesktop.org/src/gst-plugins-ugly: gst-plugins-ugly-0.10.14.tar.gz 05-Mar-2010 17:09 1.3M gst-plugins-ugly-0.10.15.tar.gz 30-May-2010 06:21 1.4M gst-plugins-ugly-0.10.16.tar.gz 02-Sep-2010 15:56 1.4M gst-plugins-ugly-0.10.17.tar.gz 21-Jan-2011 05:16 1.4M ---------- ...but I can't get past ./configure. 0.10.14 stops at: checking for GLIB... yes checking for LIBOIL... no configure: error: liboil-0.3.8 or later is required ...and .15 stop at: configure: error: liboil-0.3.14 or later is required yet I have installed: rpm -q liboil liboil-0.3.16-4.fc12.i686 ---------- And both 0.10.16 <http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-0.10.16.tar.gz> and 0.10.17 <http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-0.10.16.tar.gz> give me: checking for GLIB... yes checking for ORC... no checking for GST... no no configure: No package 'gstreamer-0.10' found configure: error: no gstreamer-0.10 >= 0.10.26 (GStreamer) found ...even though I have this installed: rpm -q gstreamer gstreamer-0.10.30-1.fc13.i686 ---------- I must add that my liboil and gstreamer libraries are in /usr/lib and NOT in /usr/local/lib which the README states as the default. I have tried this line before ./configure which made no difference in the errors: export PKG_CONFIG_PATH=/usr/lib/pkgconfig ----------- Any help would be appreciated. Thanks, Howard |
From: David J. <dav...@me...> - 2011-02-06 18:50:36
|
As pointed out by someone else the encode can be expensive, so if you can reduce the amount of data to be encoded you can save CPU. Generally this could mean using the videorate element to reduce the frame rate or videoscale element to reduce the resolution. Also can you set the bitrate with the H263 encoder? By default the h264 bitrate is reasonably high - nothing wrong with that, but if you want to reduce the size of the video and save on CPU I would suggest picking something a bit lower. On 2 Feb 2011, at 05:39, Umakant Goyal wrote: > Hi All, > > Are there elements that can help to increase the performance of pipeline if i would insert them into the pipeline. > Actually, i am using gstreamer to transcode video file from one format to another format. What i found that this process is taking lot of CPU. > Now i want to optimize the pipeline to make it eats less CPU. I am using following pipeline to transcode data: > > filesrc -> decodebin2 -> queue -> ffmpegcolorspace -> videoscale -> capsfilter -> ffenc_h263 -> filesink > > Any help/pointer/ will be appreciated. Can any one also share which element is eating lot of CPU in above given pipeline? > > Thanks in Advance > > > ------------------------------------------------------------------------------ > Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! > Finally, a world-class log management solution at an even better price-free! > Download using promo code Free_Logger_4_Dev2Dev. Offer expires > February 28th, so secure your free ArcSight Logger TODAY! > http://p.sf.net/sfu/arcsight-sfd2d_______________________________________________ > gstreamer-devel mailing list > gst...@li... > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
From: Pablo R. <oi...@we...> - 2011-02-06 17:59:09
|
On 02/06/2011 02:09 PM, Pablo Rodríguez wrote: > Hi there, > > some time ago I wrote a small program to record from mic using pygst. > > It worked fine until I installed Fedora 14 (pygtk2-2.17 and > gstreamer-python-0.10.19. > > [...] > > And I get the following error: > > ** Message: pygobject_register_sinkfunc is deprecated (GstObject) > > How I can I avoid this error? Sorry for the noise. I have just discovered that it wasn't this message what was preventing the code from working, it was another bug that I've already fixed. I would be interested know how to write the sink with the new command, but the program works fine for me. Sorry again, Pablo -- http://www.ousia.tk |
From: Stefano B. <ste...@gm...> - 2011-02-06 15:40:48
|
Hello, I have a strange error with a pipeline. I tried to run this pipeline: demuxer.current_audio ! a52dec mode=2 ! twolame bitrate=224 ! queue max-size-buffers=0 max-size-bytes=0 max-size-time=0 ! muxer. demuxer.current_video ! mpeg2dec ! ffdeinterlace ! ffvideoscale method=10 ! video/x-raw-yuv, width=352, height=576 ! mpeg2enc format=8 aspect=2 bitrate=2304 non-video-bitrate=224 quantisation=8 motion-search-radius=32 reduction-4x4=1 reduction-2x2=1 max-gop-size=15 closed-gop=true force-b-b-p=true intra-dc-prec=10 quant-matrix=1 bufsize=230 interlace-mode=0 ! queue max-size-buffers=0 max-size-bytes=0 max-size-time=0 ! muxer. mplex name=muxer format=8 vbr=true bufsize=230 ! filesink location=filename.mpg filesrc location=filename.vob ! dvddemux name=demuxer This pipeline end with this error: ERRORE dall'elemento /GstPipeline:pipeline0/GstFileSrc:filesrc0: Errore interno nel flusso di dati. (that's the italian translation of internal data flow error) Informazioni di debug aggiuntive: gstbasesrc.c(2543): gst_base_src_loop (): /GstPipeline:pipeline0/GstFileSrc:filesrc0: streaming task paused, reason not-negotiated (-4) Using GST_DEBUG="*:3" gst-launch-0.10 ... I notice a warning before the error: 0:16:32.129169246 24389 0x7f7f10002090 WARN basetransform gstbasetransform.c:1054:gst_base_transform_acceptcaps:<capsfilter0> transform could not transform video/x-raw-yuv, format=(fourcc)I420, width=(int)720, height=(int)576, pixel-aspect-ratio=(fraction)16/15, framerate=(fraction)25/1, interlaced=(boolean)false in anything we support 0:16:32.130138551 24389 0x7f7f10002090 WARN basetransform gstbasetransform.c:1054:gst_base_transform_acceptcaps:<ffmpegscale0> transform could not transform video/x-raw-yuv, format=(fourcc)I420, width=(int)720, height=(int)576, pixel-aspect-ratio=(fraction)16/15, framerate=(fraction)25/1, interlaced=(boolean)false in anything we support I tried also to change from dvddemux to ffdemux_mpeg and I received a different error: ERRORE: dall'elemento /GstPipeline:pipeline0/ffdemux_mpeg:demuxer: Internal data stream error. Informazioni di debug aggiuntive: gstffmpegdemux.c(1502): gst_ffmpegdemux_loop (): /GstPipeline:pipeline0/ffdemux_mpeg:demuxer: streaming stopped, reason not-negotiated I tried also to change the decoder from mpeg2dec to ffdec_mpeg2video but the error was the same. If I simply try to demux/mux it with a pipe like: demuxer.current_audio ! queue max-size-buffers=0 max-size-bytes=0 max-size-time=0 ! muxer. demuxer.current_video ! queue max-size-buffers=0 max-size-bytes=0 max-size-time=0 ! muxer. mplex name=muxer format=8 vbr=true bufsize=230 ! filesink location=filename.mpg filesrc location=filename.vob ! dvddemux name=demuxer I receive no errors. I thought that was an error in the original file but the length of the outputs is different: 1) Original file is 3609.84 sec long (but with mplayer I can see till 3611.3, but is only a black screen after the end). 2) The transcoded file that I obtained decoding with mpeg2dec is reported as 3605.14 sec long (but with mplayer I can see till 3608.4). 3) The transcoded file that I obtained decoding with ffdec_mpeg2video is 3605.35 sec long (but with mplayer I can see till 3608.1). Regards, Stefano -- Stefano Balocco |
From: Pablo R. <oi...@we...> - 2011-02-06 13:10:14
|
Hi there, some time ago I wrote a small program to record from mic using pygst. It worked fine until I installed Fedora 14 (pygtk2-2.17 and gstreamer-python-0.10.19. The relevant part is the following: self.player = gst.Pipeline("player") self.clock = self.player.get_clock() self.source = gst.element_factory_make("alsasrc", "alsa-source") self.encoder = gst.element_factory_make("wavenc", "wavenc") self.fileout = gst.element_factory_make("filesink", "filesink") self.fileout.set_property("location", self.filename + "-audio.wav") self.player.add(self.source, self.encoder, self.fileout) gst.element_link_many(self.source, self.encoder, self.fileout) And I get the following error: ** Message: pygobject_register_sinkfunc is deprecated (GstObject) How I can I avoid this error? Thanks in advance, Pablo -- http://www.ousia.tk |
From: Guido J. V. T. <gui...@gm...> - 2011-02-05 22:36:22
|
I uploaded the files to: http://www.megaupload.com/?d=MZPEHM00 ---------- Forwarded message ---------- From: Guido José Valenzano Tocaimasa <gui...@gm...> Date: Sat, Feb 5, 2011 at 7:11 PM Subject: v4l2 device wrongly captured To: gst...@li... I have a NTSC camera connected to a BT878 capture device. I configure it with: $ v4l2-ctl -s ntsc Then test it with: $ gst-launch v4l2src ! xvimagesink resulting in an image as the one attached (gstreamer_output.jpg). However, using: $ mplayer tv:// -tv driver=v4l2:norm=0 works perfectly (mplayer_output.jpg). Where might be the problem? I'm running Ubuntu Lucid 10.04 with GStreamer's PPA enabled. I also attached result of: $ gst-launch -v --gst-debug=v4l2:5 v4l2src device=/dev/video0 num-buffers=1 ! xvimagesink in case it's useful. Another hint: I *believe* that there was no problem with the older GStreamer packages, but can't tell for sure. Guido BTW: I really don't know if you received the attachments correctly. In case you didn't, please let me know so I can upload them to 4shared, megaupload, or similar. |
From: Guido J. V. T. <gui...@gm...> - 2011-02-05 22:11:44
|
Setting pipeline to PAUSED ... 0:00:00.054795543 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:423:gst_v4l2_open:<v4l2src0>[00m Trying to open device /dev/video0 0:00:00.055328842 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:79:gst_v4l2_get_capabilities:<v4l2src0>[00m getting capabilities 0:00:00.055399275 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 v4l2_calls.c:87:gst_v4l2_get_capabilities:<v4l2src0>[00m driver: 'bttv' 0:00:00.055426939 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 v4l2_calls.c:88:gst_v4l2_get_capabilities:<v4l2src0>[00m card: 'BT878 video (Geovision GV-800(S' 0:00:00.055454487 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 v4l2_calls.c:89:gst_v4l2_get_capabilities:<v4l2src0>[00m bus_info: 'PCI:0000:02:00.0' 0:00:00.055480902 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 v4l2_calls.c:90:gst_v4l2_get_capabilities:<v4l2src0>[00m version: 00000912 0:00:00.055507196 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 v4l2_calls.c:91:gst_v4l2_get_capabilities:<v4l2src0>[00m capabilites: 05000015 0:00:00.055539891 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:121:gst_v4l2_fill_lists:<v4l2src0>[00m getting enumerations 0:00:00.055567339 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:124:gst_v4l2_fill_lists:<v4l2src0>[00m channels 0:00:00.055599793 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 v4l2_calls.c:147:gst_v4l2_fill_lists:<v4l2src0>[00m index: 0 0:00:00.055628008 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 v4l2_calls.c:148:gst_v4l2_fill_lists:<v4l2src0>[00m name: 'Composite0' 0:00:00.055694594 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 v4l2_calls.c:149:gst_v4l2_fill_lists:<v4l2src0>[00m type: 00000002 0:00:00.055721806 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 v4l2_calls.c:150:gst_v4l2_fill_lists:<v4l2src0>[00m audioset: 00000001 0:00:00.055749140 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 v4l2_calls.c:151:gst_v4l2_fill_lists:<v4l2src0>[00m std: 0000000000ffbfff 0:00:00.055775927 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 v4l2_calls.c:152:gst_v4l2_fill_lists:<v4l2src0>[00m status: 00000000 0:00:00.055895220 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 v4l2_calls.c:147:gst_v4l2_fill_lists:<v4l2src0>[00m index: 1 0:00:00.055928623 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 v4l2_calls.c:148:gst_v4l2_fill_lists:<v4l2src0>[00m name: 'Composite1' 0:00:00.055955081 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 v4l2_calls.c:149:gst_v4l2_fill_lists:<v4l2src0>[00m type: 00000002 0:00:00.055981608 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 v4l2_calls.c:150:gst_v4l2_fill_lists:<v4l2src0>[00m audioset: 00000001 0:00:00.056008498 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 v4l2_calls.c:151:gst_v4l2_fill_lists:<v4l2src0>[00m std: 0000000000ffbfff 0:00:00.056034803 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 v4l2_calls.c:152:gst_v4l2_fill_lists:<v4l2src0>[00m status: 00000000 0:00:00.056068121 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 v4l2_calls.c:147:gst_v4l2_fill_lists:<v4l2src0>[00m index: 2 0:00:00.056094980 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 v4l2_calls.c:148:gst_v4l2_fill_lists:<v4l2src0>[00m name: 'Composite2' 0:00:00.056121354 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 v4l2_calls.c:149:gst_v4l2_fill_lists:<v4l2src0>[00m type: 00000002 0:00:00.056148150 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 v4l2_calls.c:150:gst_v4l2_fill_lists:<v4l2src0>[00m audioset: 00000001 0:00:00.056199825 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 v4l2_calls.c:151:gst_v4l2_fill_lists:<v4l2src0>[00m std: 0000000000ffbfff 0:00:00.056227376 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 v4l2_calls.c:152:gst_v4l2_fill_lists:<v4l2src0>[00m status: 00000000 0:00:00.056271492 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 v4l2_calls.c:147:gst_v4l2_fill_lists:<v4l2src0>[00m index: 3 0:00:00.056299167 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 v4l2_calls.c:148:gst_v4l2_fill_lists:<v4l2src0>[00m name: 'Composite3' 0:00:00.056325520 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 v4l2_calls.c:149:gst_v4l2_fill_lists:<v4l2src0>[00m type: 00000002 0:00:00.056351621 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 v4l2_calls.c:150:gst_v4l2_fill_lists:<v4l2src0>[00m audioset: 00000001 0:00:00.056378212 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 v4l2_calls.c:151:gst_v4l2_fill_lists:<v4l2src0>[00m std: 0000000000ffbfff 0:00:00.056404297 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 v4l2_calls.c:152:gst_v4l2_fill_lists:<v4l2src0>[00m status: 00000000 0:00:00.056436451 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:195:gst_v4l2_fill_lists:<v4l2src0>[00m norms 0:00:00.056466599 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:223:gst_v4l2_fill_lists:<v4l2src0>[00m 'NTSC', fps: 30000 / 1001 0:00:00.056522119 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:223:gst_v4l2_fill_lists:<v4l2src0>[00m 'NTSC-M', fps: 30000 / 1001 0:00:00.056559410 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:223:gst_v4l2_fill_lists:<v4l2src0>[00m 'NTSC-M-JP', fps: 30000 / 1001 0:00:00.056593427 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:223:gst_v4l2_fill_lists:<v4l2src0>[00m 'NTSC-M-KR', fps: 30000 / 1001 0:00:00.056626903 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:223:gst_v4l2_fill_lists:<v4l2src0>[00m 'PAL', fps: 25 / 1 0:00:00.056660345 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:223:gst_v4l2_fill_lists:<v4l2src0>[00m 'PAL-BG', fps: 25 / 1 0:00:00.056693655 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:223:gst_v4l2_fill_lists:<v4l2src0>[00m 'PAL-H', fps: 25 / 1 0:00:00.056726809 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:223:gst_v4l2_fill_lists:<v4l2src0>[00m 'PAL-I', fps: 25 / 1 0:00:00.056759924 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:223:gst_v4l2_fill_lists:<v4l2src0>[00m 'PAL-DK', fps: 25 / 1 0:00:00.056793125 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:223:gst_v4l2_fill_lists:<v4l2src0>[00m 'PAL-M', fps: 30000 / 1001 0:00:00.056826647 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:223:gst_v4l2_fill_lists:<v4l2src0>[00m 'PAL-N', fps: 25 / 1 0:00:00.056859760 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:223:gst_v4l2_fill_lists:<v4l2src0>[00m 'PAL-Nc', fps: 25 / 1 0:00:00.056892831 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:223:gst_v4l2_fill_lists:<v4l2src0>[00m 'PAL-60', fps: 30000 / 1001 0:00:00.056926456 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:223:gst_v4l2_fill_lists:<v4l2src0>[00m 'SECAM', fps: 25 / 1 0:00:00.056959578 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:223:gst_v4l2_fill_lists:<v4l2src0>[00m 'SECAM-B', fps: 25 / 1 0:00:00.057009664 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:223:gst_v4l2_fill_lists:<v4l2src0>[00m 'SECAM-G', fps: 25 / 1 0:00:00.057043950 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:223:gst_v4l2_fill_lists:<v4l2src0>[00m 'SECAM-H', fps: 25 / 1 0:00:00.057077742 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:223:gst_v4l2_fill_lists:<v4l2src0>[00m 'SECAM-DK', fps: 25 / 1 0:00:00.057111244 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:223:gst_v4l2_fill_lists:<v4l2src0>[00m 'SECAM-L', fps: 25 / 1 0:00:00.057144894 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:223:gst_v4l2_fill_lists:<v4l2src0>[00m 'SECAM-Lc', fps: 25 / 1 0:00:00.057182380 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:236:gst_v4l2_fill_lists:<v4l2src0>[00m controls+menus 0:00:00.057209262 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:249:gst_v4l2_fill_lists:<v4l2src0>[00m checking control 00980900 0:00:00.057242245 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:325:gst_v4l2_fill_lists:<v4l2src0>[00m Adding ControlID Brightness (980900) 0:00:00.057323274 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:249:gst_v4l2_fill_lists:<v4l2src0>[00m checking control 00980901 0:00:00.057360656 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:325:gst_v4l2_fill_lists:<v4l2src0>[00m Adding ControlID Contrast (980901) 0:00:00.057391246 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:249:gst_v4l2_fill_lists:<v4l2src0>[00m checking control 00980902 0:00:00.057420664 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:325:gst_v4l2_fill_lists:<v4l2src0>[00m Adding ControlID Saturation (980902) 0:00:00.057450477 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:249:gst_v4l2_fill_lists:<v4l2src0>[00m checking control 00980903 0:00:00.057479765 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:325:gst_v4l2_fill_lists:<v4l2src0>[00m Adding ControlID Hue (980903) 0:00:00.057509381 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:249:gst_v4l2_fill_lists:<v4l2src0>[00m checking control 00980904 0:00:00.057539436 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:272:gst_v4l2_fill_lists:<v4l2src0>[00m skipping disabled control 0:00:00.057566514 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:249:gst_v4l2_fill_lists:<v4l2src0>[00m checking control 00980905 0:00:00.057595530 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:272:gst_v4l2_fill_lists:<v4l2src0>[00m skipping disabled control 0:00:00.057622283 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:249:gst_v4l2_fill_lists:<v4l2src0>[00m checking control 00980906 0:00:00.057651991 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:318:gst_v4l2_fill_lists:<v4l2src0>[00m ControlID Balance (980906) unhandled, FIXME 0:00:00.057678936 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:249:gst_v4l2_fill_lists:<v4l2src0>[00m checking control 00980907 0:00:00.057708093 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:318:gst_v4l2_fill_lists:<v4l2src0>[00m ControlID Bass (980907) unhandled, FIXME 0:00:00.057738210 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:249:gst_v4l2_fill_lists:<v4l2src0>[00m checking control 00980908 0:00:00.057767967 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:318:gst_v4l2_fill_lists:<v4l2src0>[00m ControlID Treble (980908) unhandled, FIXME 0:00:00.057807942 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:249:gst_v4l2_fill_lists:<v4l2src0>[00m checking control 00980909 0:00:00.057838897 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:318:gst_v4l2_fill_lists:<v4l2src0>[00m ControlID Mute (980909) unhandled, FIXME 0:00:00.057865493 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:249:gst_v4l2_fill_lists:<v4l2src0>[00m checking control 0098090a 0:00:00.057894796 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:272:gst_v4l2_fill_lists:<v4l2src0>[00m skipping disabled control 0:00:00.057921157 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:249:gst_v4l2_fill_lists:<v4l2src0>[00m checking control 0098090b 0:00:00.057950348 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:272:gst_v4l2_fill_lists:<v4l2src0>[00m skipping disabled control 0:00:00.057977192 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:249:gst_v4l2_fill_lists:<v4l2src0>[00m checking control 0098090c 0:00:00.058006226 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:272:gst_v4l2_fill_lists:<v4l2src0>[00m skipping disabled control 0:00:00.058032472 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:249:gst_v4l2_fill_lists:<v4l2src0>[00m checking control 0098090d 0:00:00.058061870 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:272:gst_v4l2_fill_lists:<v4l2src0>[00m skipping disabled control 0:00:00.058088142 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:249:gst_v4l2_fill_lists:<v4l2src0>[00m checking control 0098090e 0:00:00.058117969 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:272:gst_v4l2_fill_lists:<v4l2src0>[00m skipping disabled control 0:00:00.058144202 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:249:gst_v4l2_fill_lists:<v4l2src0>[00m checking control 0098090f 0:00:00.058173472 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:272:gst_v4l2_fill_lists:<v4l2src0>[00m skipping disabled control 0:00:00.058200326 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:249:gst_v4l2_fill_lists:<v4l2src0>[00m checking control 00980910 0:00:00.058229261 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:272:gst_v4l2_fill_lists:<v4l2src0>[00m skipping disabled control 0:00:00.058255988 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:249:gst_v4l2_fill_lists:<v4l2src0>[00m checking control 00980911 0:00:00.058285574 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:272:gst_v4l2_fill_lists:<v4l2src0>[00m skipping disabled control 0:00:00.058311888 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:249:gst_v4l2_fill_lists:<v4l2src0>[00m checking control 00980912 0:00:00.058341641 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:272:gst_v4l2_fill_lists:<v4l2src0>[00m skipping disabled control 0:00:00.058367608 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:249:gst_v4l2_fill_lists:<v4l2src0>[00m checking control 00980913 0:00:00.058397022 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:272:gst_v4l2_fill_lists:<v4l2src0>[00m skipping disabled control 0:00:00.058423452 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:249:gst_v4l2_fill_lists:<v4l2src0>[00m checking control 00980914 0:00:00.058452612 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:272:gst_v4l2_fill_lists:<v4l2src0>[00m skipping disabled control 0:00:00.058489216 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:249:gst_v4l2_fill_lists:<v4l2src0>[00m checking control 00980915 0:00:00.058519058 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:272:gst_v4l2_fill_lists:<v4l2src0>[00m skipping disabled control 0:00:00.061207305 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:249:gst_v4l2_fill_lists:<v4l2src0>[00m checking control 00980916 0:00:00.061325739 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:272:gst_v4l2_fill_lists:<v4l2src0>[00m skipping disabled control 0:00:00.061354629 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:249:gst_v4l2_fill_lists:<v4l2src0>[00m checking control 00980917 0:00:00.061384976 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:272:gst_v4l2_fill_lists:<v4l2src0>[00m skipping disabled control 0:00:00.061411861 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:249:gst_v4l2_fill_lists:<v4l2src0>[00m checking control 00980918 0:00:00.061440710 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:272:gst_v4l2_fill_lists:<v4l2src0>[00m skipping disabled control 0:00:00.061467017 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:249:gst_v4l2_fill_lists:<v4l2src0>[00m checking control 00980919 0:00:00.061496592 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:272:gst_v4l2_fill_lists:<v4l2src0>[00m skipping disabled control 0:00:00.061522777 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:249:gst_v4l2_fill_lists:<v4l2src0>[00m checking control 0098091a 0:00:00.061551935 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:272:gst_v4l2_fill_lists:<v4l2src0>[00m skipping disabled control 0:00:00.061578468 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:249:gst_v4l2_fill_lists:<v4l2src0>[00m checking control 0098091b 0:00:00.061607682 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:272:gst_v4l2_fill_lists:<v4l2src0>[00m skipping disabled control 0:00:00.061634645 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:249:gst_v4l2_fill_lists:<v4l2src0>[00m checking control 0098091c 0:00:00.061663950 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:272:gst_v4l2_fill_lists:<v4l2src0>[00m skipping disabled control 0:00:00.061690219 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:249:gst_v4l2_fill_lists:<v4l2src0>[00m checking control 0098091d 0:00:00.061719729 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:272:gst_v4l2_fill_lists:<v4l2src0>[00m skipping disabled control 0:00:00.061745975 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:249:gst_v4l2_fill_lists:<v4l2src0>[00m checking control 0098091e 0:00:00.061775177 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:272:gst_v4l2_fill_lists:<v4l2src0>[00m skipping disabled control 0:00:00.061801518 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:249:gst_v4l2_fill_lists:<v4l2src0>[00m checking control 0098091f 0:00:00.061830751 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:272:gst_v4l2_fill_lists:<v4l2src0>[00m skipping disabled control 0:00:00.061857802 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:249:gst_v4l2_fill_lists:<v4l2src0>[00m checking control 00980920 0:00:00.061887476 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:272:gst_v4l2_fill_lists:<v4l2src0>[00m skipping disabled control 0:00:00.061945188 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:249:gst_v4l2_fill_lists:<v4l2src0>[00m checking control 00980921 0:00:00.061976715 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:272:gst_v4l2_fill_lists:<v4l2src0>[00m skipping disabled control 0:00:00.062003065 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:246:gst_v4l2_fill_lists:<v4l2src0>[00m checking private CIDs 0:00:00.062029046 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:249:gst_v4l2_fill_lists:<v4l2src0>[00m checking control 08000000 0:00:00.062058601 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:318:gst_v4l2_fill_lists:<v4l2src0>[00m ControlID chroma agc (8000000) unhandled, FIXME 0:00:00.062086015 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:249:gst_v4l2_fill_lists:<v4l2src0>[00m checking control 08000001 0:00:00.062114961 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:318:gst_v4l2_fill_lists:<v4l2src0>[00m ControlID combfilter (8000001) unhandled, FIXME 0:00:00.062142038 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:249:gst_v4l2_fill_lists:<v4l2src0>[00m checking control 08000002 0:00:00.062170955 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:318:gst_v4l2_fill_lists:<v4l2src0>[00m ControlID automute (8000002) unhandled, FIXME 0:00:00.062198322 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:249:gst_v4l2_fill_lists:<v4l2src0>[00m checking control 08000003 0:00:00.062227174 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:318:gst_v4l2_fill_lists:<v4l2src0>[00m ControlID luma decimation filter (8000003) unhandled, FIXME 0:00:00.062255471 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:249:gst_v4l2_fill_lists:<v4l2src0>[00m checking control 08000004 0:00:00.062285357 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:318:gst_v4l2_fill_lists:<v4l2src0>[00m ControlID agc crush (8000004) unhandled, FIXME 0:00:00.062311964 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:249:gst_v4l2_fill_lists:<v4l2src0>[00m checking control 08000005 0:00:00.062341131 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:318:gst_v4l2_fill_lists:<v4l2src0>[00m ControlID vcr hack (8000005) unhandled, FIXME 0:00:00.062368201 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:249:gst_v4l2_fill_lists:<v4l2src0>[00m checking control 08000006 0:00:00.062397284 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:318:gst_v4l2_fill_lists:<v4l2src0>[00m ControlID whitecrush upper (8000006) unhandled, FIXME 0:00:00.062424788 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:249:gst_v4l2_fill_lists:<v4l2src0>[00m checking control 08000007 0:00:00.062453735 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:318:gst_v4l2_fill_lists:<v4l2src0>[00m ControlID whitecrush lower (8000007) unhandled, FIXME 0:00:00.062480614 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:249:gst_v4l2_fill_lists:<v4l2src0>[00m checking control 08000008 0:00:00.062510297 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:318:gst_v4l2_fill_lists:<v4l2src0>[00m ControlID uv ratio (8000008) unhandled, FIXME 0:00:00.062536718 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:249:gst_v4l2_fill_lists:<v4l2src0>[00m checking control 08000009 0:00:00.062565856 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:318:gst_v4l2_fill_lists:<v4l2src0>[00m ControlID full luma range (8000009) unhandled, FIXME 0:00:00.062604108 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:249:gst_v4l2_fill_lists:<v4l2src0>[00m checking control 0800000a 0:00:00.062635490 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:318:gst_v4l2_fill_lists:<v4l2src0>[00m ControlID coring (800000a) unhandled, FIXME 0:00:00.062662147 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:249:gst_v4l2_fill_lists:<v4l2src0>[00m checking control 0800000b 0:00:00.062692239 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:259:gst_v4l2_fill_lists:<v4l2src0>[00m controls finished 0:00:00.062719727 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:387:gst_v4l2_fill_lists:<v4l2src0>[00m done 0:00:00.062745533 [336m 5099[00m 0x9df6050 [32;01mINFO [00m [00m v4l2 v4l2_calls.c:480:gst_v4l2_open:<v4l2src0>[00m Opened device 'BT878 video (Geovision GV-800(S' (/dev/video0) successfully 0:00:00.062803247 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:579:gst_v4l2_get_norm:<v4l2src0>[00m getting norm 0:00:00.062869575 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:818:gst_v4l2_get_input:<v4l2src0>[00m trying to get input 0:00:00.062901437 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 v4l2_calls.c:828:gst_v4l2_get_input:<v4l2src0>[00m input: 0 0:00:00.063217116 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 gstv4l2object.c:995:gst_v4l2_object_fill_format_list:<v4l2src0>[00m getting src format enumerations 0:00:00.063292129 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1013:gst_v4l2_object_fill_format_list:<v4l2src0>[00m index: 0 0:00:00.063320258 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1014:gst_v4l2_object_fill_format_list:<v4l2src0>[00m type: 1 0:00:00.063346819 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1015:gst_v4l2_object_fill_format_list:<v4l2src0>[00m flags: 00000000 0:00:00.063373361 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1017:gst_v4l2_object_fill_format_list:<v4l2src0>[00m description: '8 bpp, gray' 0:00:00.063400270 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1019:gst_v4l2_object_fill_format_list:<v4l2src0>[00m pixelformat: GREY 0:00:00.063433221 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1013:gst_v4l2_object_fill_format_list:<v4l2src0>[00m index: 1 0:00:00.063460391 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1014:gst_v4l2_object_fill_format_list:<v4l2src0>[00m type: 1 0:00:00.063487360 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1015:gst_v4l2_object_fill_format_list:<v4l2src0>[00m flags: 00000000 0:00:00.063514615 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1017:gst_v4l2_object_fill_format_list:<v4l2src0>[00m description: '8 bpp, dithered color' 0:00:00.063541551 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1019:gst_v4l2_object_fill_format_list:<v4l2src0>[00m pixelformat: HI24 0:00:00.063572660 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1013:gst_v4l2_object_fill_format_list:<v4l2src0>[00m index: 2 0:00:00.063599872 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1014:gst_v4l2_object_fill_format_list:<v4l2src0>[00m type: 1 0:00:00.063626221 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1015:gst_v4l2_object_fill_format_list:<v4l2src0>[00m flags: 00000000 0:00:00.063709842 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1017:gst_v4l2_object_fill_format_list:<v4l2src0>[00m description: '15 bpp RGB, le' 0:00:00.063738218 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1019:gst_v4l2_object_fill_format_list:<v4l2src0>[00m pixelformat: RGBO 0:00:00.063769938 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1013:gst_v4l2_object_fill_format_list:<v4l2src0>[00m index: 3 0:00:00.063797341 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1014:gst_v4l2_object_fill_format_list:<v4l2src0>[00m type: 1 0:00:00.063824045 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1015:gst_v4l2_object_fill_format_list:<v4l2src0>[00m flags: 00000000 0:00:00.063850579 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1017:gst_v4l2_object_fill_format_list:<v4l2src0>[00m description: '15 bpp RGB, be' 0:00:00.063877103 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1019:gst_v4l2_object_fill_format_list:<v4l2src0>[00m pixelformat: RGBQ 0:00:00.063908026 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1013:gst_v4l2_object_fill_format_list:<v4l2src0>[00m index: 4 0:00:00.063934971 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1014:gst_v4l2_object_fill_format_list:<v4l2src0>[00m type: 1 0:00:00.063961071 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1015:gst_v4l2_object_fill_format_list:<v4l2src0>[00m flags: 00000000 0:00:00.063987865 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1017:gst_v4l2_object_fill_format_list:<v4l2src0>[00m description: '16 bpp RGB, le' 0:00:00.064014536 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1019:gst_v4l2_object_fill_format_list:<v4l2src0>[00m pixelformat: RGBP 0:00:00.064045767 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1013:gst_v4l2_object_fill_format_list:<v4l2src0>[00m index: 5 0:00:00.064072923 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1014:gst_v4l2_object_fill_format_list:<v4l2src0>[00m type: 1 0:00:00.064098832 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1015:gst_v4l2_object_fill_format_list:<v4l2src0>[00m flags: 00000000 0:00:00.064124887 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1017:gst_v4l2_object_fill_format_list:<v4l2src0>[00m description: '16 bpp RGB, be' 0:00:00.064150956 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1019:gst_v4l2_object_fill_format_list:<v4l2src0>[00m pixelformat: RGBR 0:00:00.064181618 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1013:gst_v4l2_object_fill_format_list:<v4l2src0>[00m index: 6 0:00:00.064208262 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1014:gst_v4l2_object_fill_format_list:<v4l2src0>[00m type: 1 0:00:00.064234380 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1015:gst_v4l2_object_fill_format_list:<v4l2src0>[00m flags: 00000000 0:00:00.064261324 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1017:gst_v4l2_object_fill_format_list:<v4l2src0>[00m description: '24 bpp RGB, le' 0:00:00.064287515 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1019:gst_v4l2_object_fill_format_list:<v4l2src0>[00m pixelformat: BGR3 0:00:00.064318170 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1013:gst_v4l2_object_fill_format_list:<v4l2src0>[00m index: 7 0:00:00.064356144 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1014:gst_v4l2_object_fill_format_list:<v4l2src0>[00m type: 1 0:00:00.064383731 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1015:gst_v4l2_object_fill_format_list:<v4l2src0>[00m flags: 00000000 0:00:00.064410041 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1017:gst_v4l2_object_fill_format_list:<v4l2src0>[00m description: '32 bpp RGB, le' 0:00:00.064436302 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1019:gst_v4l2_object_fill_format_list:<v4l2src0>[00m pixelformat: BGR4 0:00:00.064467441 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1013:gst_v4l2_object_fill_format_list:<v4l2src0>[00m index: 8 0:00:00.064494145 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1014:gst_v4l2_object_fill_format_list:<v4l2src0>[00m type: 1 0:00:00.064520445 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1015:gst_v4l2_object_fill_format_list:<v4l2src0>[00m flags: 00000000 0:00:00.064547579 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1017:gst_v4l2_object_fill_format_list:<v4l2src0>[00m description: '32 bpp RGB, be' 0:00:00.064573804 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1019:gst_v4l2_object_fill_format_list:<v4l2src0>[00m pixelformat: RGB4 0:00:00.064603906 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1013:gst_v4l2_object_fill_format_list:<v4l2src0>[00m index: 9 0:00:00.064630652 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1014:gst_v4l2_object_fill_format_list:<v4l2src0>[00m type: 1 0:00:00.064656638 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1015:gst_v4l2_object_fill_format_list:<v4l2src0>[00m flags: 00000000 0:00:00.064682846 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1017:gst_v4l2_object_fill_format_list:<v4l2src0>[00m description: '4:2:2, packed, YUYV' 0:00:00.064709701 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1019:gst_v4l2_object_fill_format_list:<v4l2src0>[00m pixelformat: YUYV 0:00:00.064740195 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1013:gst_v4l2_object_fill_format_list:<v4l2src0>[00m index: 10 0:00:00.064766951 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1014:gst_v4l2_object_fill_format_list:<v4l2src0>[00m type: 1 0:00:00.064793650 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1015:gst_v4l2_object_fill_format_list:<v4l2src0>[00m flags: 00000000 0:00:00.064820622 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1017:gst_v4l2_object_fill_format_list:<v4l2src0>[00m description: '4:2:2, packed, YUYV' 0:00:00.064846794 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1019:gst_v4l2_object_fill_format_list:<v4l2src0>[00m pixelformat: YUYV 0:00:00.064876976 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1013:gst_v4l2_object_fill_format_list:<v4l2src0>[00m index: 11 0:00:00.064903761 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1014:gst_v4l2_object_fill_format_list:<v4l2src0>[00m type: 1 0:00:00.064929883 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1015:gst_v4l2_object_fill_format_list:<v4l2src0>[00m flags: 00000000 0:00:00.064956240 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1017:gst_v4l2_object_fill_format_list:<v4l2src0>[00m description: '4:2:2, packed, UYVY' 0:00:00.064992884 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1019:gst_v4l2_object_fill_format_list:<v4l2src0>[00m pixelformat: UYVY 0:00:00.065024221 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1013:gst_v4l2_object_fill_format_list:<v4l2src0>[00m index: 12 0:00:00.065050932 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1014:gst_v4l2_object_fill_format_list:<v4l2src0>[00m type: 1 0:00:00.065077063 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1015:gst_v4l2_object_fill_format_list:<v4l2src0>[00m flags: 00000000 0:00:00.065103260 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1017:gst_v4l2_object_fill_format_list:<v4l2src0>[00m description: '4:2:2, planar, Y-Cb-Cr' 0:00:00.065130364 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1019:gst_v4l2_object_fill_format_list:<v4l2src0>[00m pixelformat: 422P 0:00:00.065160824 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1013:gst_v4l2_object_fill_format_list:<v4l2src0>[00m index: 13 0:00:00.065187951 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1014:gst_v4l2_object_fill_format_list:<v4l2src0>[00m type: 1 0:00:00.065214804 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1015:gst_v4l2_object_fill_format_list:<v4l2src0>[00m flags: 00000000 0:00:00.065241104 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1017:gst_v4l2_object_fill_format_list:<v4l2src0>[00m description: '4:2:0, planar, Y-Cb-Cr' 0:00:00.065267457 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1019:gst_v4l2_object_fill_format_list:<v4l2src0>[00m pixelformat: YU12 0:00:00.065298252 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1013:gst_v4l2_object_fill_format_list:<v4l2src0>[00m index: 14 0:00:00.065325031 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1014:gst_v4l2_object_fill_format_list:<v4l2src0>[00m type: 1 0:00:00.065351142 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1015:gst_v4l2_object_fill_format_list:<v4l2src0>[00m flags: 00000000 0:00:00.065377539 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1017:gst_v4l2_object_fill_format_list:<v4l2src0>[00m description: '4:2:0, planar, Y-Cr-Cb' 0:00:00.065404470 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1019:gst_v4l2_object_fill_format_list:<v4l2src0>[00m pixelformat: YV12 0:00:00.065434935 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1013:gst_v4l2_object_fill_format_list:<v4l2src0>[00m index: 15 0:00:00.065462147 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1014:gst_v4l2_object_fill_format_list:<v4l2src0>[00m type: 1 0:00:00.065488534 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1015:gst_v4l2_object_fill_format_list:<v4l2src0>[00m flags: 00000000 0:00:00.065514882 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1017:gst_v4l2_object_fill_format_list:<v4l2src0>[00m description: '4:1:1, planar, Y-Cb-Cr' 0:00:00.065541121 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1019:gst_v4l2_object_fill_format_list:<v4l2src0>[00m pixelformat: 411P 0:00:00.065572619 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1013:gst_v4l2_object_fill_format_list:<v4l2src0>[00m index: 16 0:00:00.065609764 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1014:gst_v4l2_object_fill_format_list:<v4l2src0>[00m type: 1 0:00:00.065636970 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1015:gst_v4l2_object_fill_format_list:<v4l2src0>[00m flags: 00000000 0:00:00.065663357 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1017:gst_v4l2_object_fill_format_list:<v4l2src0>[00m description: '4:1:0, planar, Y-Cb-Cr' 0:00:00.065689792 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1019:gst_v4l2_object_fill_format_list:<v4l2src0>[00m pixelformat: YUV9 0:00:00.065721324 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1013:gst_v4l2_object_fill_format_list:<v4l2src0>[00m index: 17 0:00:00.065748062 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1014:gst_v4l2_object_fill_format_list:<v4l2src0>[00m type: 1 0:00:00.065774516 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1015:gst_v4l2_object_fill_format_list:<v4l2src0>[00m flags: 00000000 0:00:00.065801436 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1017:gst_v4l2_object_fill_format_list:<v4l2src0>[00m description: '4:1:0, planar, Y-Cr-Cb' 0:00:00.065827712 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1019:gst_v4l2_object_fill_format_list:<v4l2src0>[00m pixelformat: YVU9 0:00:00.065856254 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1013:gst_v4l2_object_fill_format_list:<v4l2src0>[00m index: 18 0:00:00.065882796 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1014:gst_v4l2_object_fill_format_list:<v4l2src0>[00m type: 1 0:00:00.065908676 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1015:gst_v4l2_object_fill_format_list:<v4l2src0>[00m flags: 00000002 0:00:00.065934839 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1017:gst_v4l2_object_fill_format_list:<v4l2src0>[00m description: 'RGB3' 0:00:00.065961521 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1019:gst_v4l2_object_fill_format_list:<v4l2src0>[00m pixelformat: RGB3 0:00:00.065991992 [336m 5099[00m 0x9df6050 [32;01mINFO [00m [00m v4l2 gstv4l2object.c:1032:gst_v4l2_object_fill_format_list:<v4l2src0>[00m got 19 format(s): 0:00:00.066018686 [336m 5099[00m 0x9df6050 [32;01mINFO [00m [00m v4l2 gstv4l2object.c:1038:gst_v4l2_object_fill_format_list:<v4l2src0>[00m YUYV 0:00:00.066045617 [336m 5099[00m 0x9df6050 [32;01mINFO [00m [00m v4l2 gstv4l2object.c:1038:gst_v4l2_object_fill_format_list:<v4l2src0>[00m YUYV 0:00:00.066072505 [336m 5099[00m 0x9df6050 [32;01mINFO [00m [00m v4l2 gstv4l2object.c:1038:gst_v4l2_object_fill_format_list:<v4l2src0>[00m UYVY 0:00:00.066099070 [336m 5099[00m 0x9df6050 [32;01mINFO [00m [00m v4l2 gstv4l2object.c:1038:gst_v4l2_object_fill_format_list:<v4l2src0>[00m 422P 0:00:00.066125195 [336m 5099[00m 0x9df6050 [32;01mINFO [00m [00m v4l2 gstv4l2object.c:1038:gst_v4l2_object_fill_format_list:<v4l2src0>[00m YU12 0:00:00.066151859 [336m 5099[00m 0x9df6050 [32;01mINFO [00m [00m v4l2 gstv4l2object.c:1038:gst_v4l2_object_fill_format_list:<v4l2src0>[00m YV12 0:00:00.066178849 [336m 5099[00m 0x9df6050 [32;01mINFO [00m [00m v4l2 gstv4l2object.c:1038:gst_v4l2_object_fill_format_list:<v4l2src0>[00m 411P 0:00:00.066205156 [336m 5099[00m 0x9df6050 [32;01mINFO [00m [00m v4l2 gstv4l2object.c:1038:gst_v4l2_object_fill_format_list:<v4l2src0>[00m YVU9 0:00:00.066240780 [336m 5099[00m 0x9df6050 [32;01mINFO [00m [00m v4l2 gstv4l2object.c:1038:gst_v4l2_object_fill_format_list:<v4l2src0>[00m YUV9 0:00:00.066268109 [336m 5099[00m 0x9df6050 [32;01mINFO [00m [00m v4l2 gstv4l2object.c:1038:gst_v4l2_object_fill_format_list:<v4l2src0>[00m RGB4 0:00:00.066294438 [336m 5099[00m 0x9df6050 [32;01mINFO [00m [00m v4l2 gstv4l2object.c:1038:gst_v4l2_object_fill_format_list:<v4l2src0>[00m BGR4 0:00:00.066320767 [336m 5099[00m 0x9df6050 [32;01mINFO [00m [00m v4l2 gstv4l2object.c:1038:gst_v4l2_object_fill_format_list:<v4l2src0>[00m BGR3 0:00:00.066347755 [336m 5099[00m 0x9df6050 [32;01mINFO [00m [00m v4l2 gstv4l2object.c:1038:gst_v4l2_object_fill_format_list:<v4l2src0>[00m HI24 0:00:00.066374612 [336m 5099[00m 0x9df6050 [32;01mINFO [00m [00m v4l2 gstv4l2object.c:1038:gst_v4l2_object_fill_format_list:<v4l2src0>[00m RGBR 0:00:00.066400833 [336m 5099[00m 0x9df6050 [32;01mINFO [00m [00m v4l2 gstv4l2object.c:1038:gst_v4l2_object_fill_format_list:<v4l2src0>[00m RGBP 0:00:00.066426772 [336m 5099[00m 0x9df6050 [32;01mINFO [00m [00m v4l2 gstv4l2object.c:1038:gst_v4l2_object_fill_format_list:<v4l2src0>[00m RGBQ 0:00:00.066453236 [336m 5099[00m 0x9df6050 [32;01mINFO [00m [00m v4l2 gstv4l2object.c:1038:gst_v4l2_object_fill_format_list:<v4l2src0>[00m RGBO 0:00:00.066480245 [336m 5099[00m 0x9df6050 [32;01mINFO [00m [00m v4l2 gstv4l2object.c:1038:gst_v4l2_object_fill_format_list:<v4l2src0>[00m GREY 0:00:00.066506620 [336m 5099[00m 0x9df6050 [32;01mINFO [00m [00m v4l2 gstv4l2object.c:1038:gst_v4l2_object_fill_format_list:<v4l2src0>[00m RGB3 (emulated) 0:00:00.066553325 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 gstv4l2object.c:1718:gst_v4l2_object_probe_caps_for_format:<v4l2src0>[00m Enumerating frame sizes 0:00:00.066609037 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 gstv4l2object.c:1829:gst_v4l2_object_probe_caps_for_format:<v4l2src0>[00m Failed to enumerate frame sizes for pixelformat YUYV (Invalid argument) 0:00:00.066643944 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1929:gst_v4l2_object_get_nearest_size:<v4l2src0>[00m getting nearest size to 1x1 with format YUYV 0:00:00.066682775 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1983:gst_v4l2_object_get_nearest_size:<v4l2src0>[00m got nearest size 48x32 0:00:00.066711206 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1929:gst_v4l2_object_get_nearest_size:<v4l2src0>[00m getting nearest size to 32768x32768 with format YUYV 0:00:00.066743962 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1983:gst_v4l2_object_get_nearest_size:<v4l2src0>[00m got nearest size 768x480 0:00:00.066802248 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 gstv4l2object.c:1718:gst_v4l2_object_probe_caps_for_format:<v4l2src0>[00m Enumerating frame sizes 0:00:00.066842522 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 gstv4l2object.c:1829:gst_v4l2_object_probe_caps_for_format:<v4l2src0>[00m Failed to enumerate frame sizes for pixelformat YUYV (Invalid argument) 0:00:00.066872347 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1929:gst_v4l2_object_get_nearest_size:<v4l2src0>[00m getting nearest size to 1x1 with format YUYV 0:00:00.066906419 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1983:gst_v4l2_object_get_nearest_size:<v4l2src0>[00m got nearest size 48x32 0:00:00.066933581 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1929:gst_v4l2_object_get_nearest_size:<v4l2src0>[00m getting nearest size to 32768x32768 with format YUYV 0:00:00.066978174 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1983:gst_v4l2_object_get_nearest_size:<v4l2src0>[00m got nearest size 768x480 0:00:00.067025548 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 gstv4l2object.c:1718:gst_v4l2_object_probe_caps_for_format:<v4l2src0>[00m Enumerating frame sizes 0:00:00.067065162 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 gstv4l2object.c:1829:gst_v4l2_object_probe_caps_for_format:<v4l2src0>[00m Failed to enumerate frame sizes for pixelformat UYVY (Invalid argument) 0:00:00.067095416 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1929:gst_v4l2_object_get_nearest_size:<v4l2src0>[00m getting nearest size to 1x1 with format UYVY 0:00:00.067131121 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1983:gst_v4l2_object_get_nearest_size:<v4l2src0>[00m got nearest size 48x32 0:00:00.067158160 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1929:gst_v4l2_object_get_nearest_size:<v4l2src0>[00m getting nearest size to 32768x32768 with format UYVY 0:00:00.067191089 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1983:gst_v4l2_object_get_nearest_size:<v4l2src0>[00m got nearest size 768x480 0:00:00.067245572 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 gstv4l2object.c:1718:gst_v4l2_object_probe_caps_for_format:<v4l2src0>[00m Enumerating frame sizes 0:00:00.067284876 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 gstv4l2object.c:1829:gst_v4l2_object_probe_caps_for_format:<v4l2src0>[00m Failed to enumerate frame sizes for pixelformat 422P (Invalid argument) 0:00:00.067314372 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1929:gst_v4l2_object_get_nearest_size:<v4l2src0>[00m getting nearest size to 1x1 with format 422P 0:00:00.067347389 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1983:gst_v4l2_object_get_nearest_size:<v4l2src0>[00m got nearest size 48x32 0:00:00.067374423 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1929:gst_v4l2_object_get_nearest_size:<v4l2src0>[00m getting nearest size to 32768x32768 with format 422P 0:00:00.067406622 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1983:gst_v4l2_object_get_nearest_size:<v4l2src0>[00m got nearest size 768x480 0:00:00.067450929 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 gstv4l2object.c:1718:gst_v4l2_object_probe_caps_for_format:<v4l2src0>[00m Enumerating frame sizes 0:00:00.067485815 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 gstv4l2object.c:1829:gst_v4l2_object_probe_caps_for_format:<v4l2src0>[00m Failed to enumerate frame sizes for pixelformat YU12 (Invalid argument) 0:00:00.067515214 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1929:gst_v4l2_object_get_nearest_size:<v4l2src0>[00m getting nearest size to 1x1 with format YU12 0:00:00.067580270 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1983:gst_v4l2_object_get_nearest_size:<v4l2src0>[00m got nearest size 48x32 0:00:00.067607561 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1929:gst_v4l2_object_get_nearest_size:<v4l2src0>[00m getting nearest size to 32768x32768 with format YU12 0:00:00.067690240 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1983:gst_v4l2_object_get_nearest_size:<v4l2src0>[00m got nearest size 768x480 0:00:00.067739141 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 gstv4l2object.c:1718:gst_v4l2_object_probe_caps_for_format:<v4l2src0>[00m Enumerating frame sizes 0:00:00.067774696 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 gstv4l2object.c:1829:gst_v4l2_object_probe_caps_for_format:<v4l2src0>[00m Failed to enumerate frame sizes for pixelformat YV12 (Invalid argument) 0:00:00.067817102 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1929:gst_v4l2_object_get_nearest_size:<v4l2src0>[00m getting nearest size to 1x1 with format YV12 0:00:00.067881473 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1983:gst_v4l2_object_get_nearest_size:<v4l2src0>[00m got nearest size 48x32 0:00:00.067909190 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1929:gst_v4l2_object_get_nearest_size:<v4l2src0>[00m getting nearest size to 32768x32768 with format YV12 0:00:00.067970146 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1983:gst_v4l2_object_get_nearest_size:<v4l2src0>[00m got nearest size 768x480 0:00:00.068014999 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 gstv4l2object.c:1718:gst_v4l2_object_probe_caps_for_format:<v4l2src0>[00m Enumerating frame sizes 0:00:00.068053332 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 gstv4l2object.c:1829:gst_v4l2_object_probe_caps_for_format:<v4l2src0>[00m Failed to enumerate frame sizes for pixelformat 411P (Invalid argument) 0:00:00.068082829 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1929:gst_v4l2_object_get_nearest_size:<v4l2src0>[00m getting nearest size to 1x1 with format 411P 0:00:00.068116524 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1983:gst_v4l2_object_get_nearest_size:<v4l2src0>[00m got nearest size 48x32 0:00:00.068143924 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1929:gst_v4l2_object_get_nearest_size:<v4l2src0>[00m getting nearest size to 32768x32768 with format 411P 0:00:00.068177029 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1983:gst_v4l2_object_get_nearest_size:<v4l2src0>[00m got nearest size 768x480 0:00:00.068221055 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 gstv4l2object.c:1718:gst_v4l2_object_probe_caps_for_format:<v4l2src0>[00m Enumerating frame sizes 0:00:00.068257234 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 gstv4l2object.c:1829:gst_v4l2_object_probe_caps_for_format:<v4l2src0>[00m Failed to enumerate frame sizes for pixelformat YVU9 (Invalid argument) 0:00:00.068286876 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1929:gst_v4l2_object_get_nearest_size:<v4l2src0>[00m getting nearest size to 1x1 with format YVU9 0:00:00.068320585 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1983:gst_v4l2_object_get_nearest_size:<v4l2src0>[00m got nearest size 48x32 0:00:00.068347948 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1929:gst_v4l2_object_get_nearest_size:<v4l2src0>[00m getting nearest size to 32768x32768 with format YVU9 0:00:00.068380560 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1983:gst_v4l2_object_get_nearest_size:<v4l2src0>[00m got nearest size 768x480 0:00:00.068423669 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 gstv4l2object.c:1718:gst_v4l2_object_probe_caps_for_format:<v4l2src0>[00m Enumerating frame sizes 0:00:00.068461533 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 gstv4l2object.c:1829:gst_v4l2_object_probe_caps_for_format:<v4l2src0>[00m Failed to enumerate frame sizes for pixelformat YUV9 (Invalid argument) 0:00:00.068491389 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1929:gst_v4l2_object_get_nearest_size:<v4l2src0>[00m getting nearest size to 1x1 with format YUV9 0:00:00.068525077 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1983:gst_v4l2_object_get_nearest_size:<v4l2src0>[00m got nearest size 48x32 0:00:00.068574234 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1929:gst_v4l2_object_get_nearest_size:<v4l2src0>[00m getting nearest size to 32768x32768 with format YUV9 0:00:00.068610143 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1983:gst_v4l2_object_get_nearest_size:<v4l2src0>[00m got nearest size 768x480 0:00:00.068663085 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 gstv4l2object.c:1718:gst_v4l2_object_probe_caps_for_format:<v4l2src0>[00m Enumerating frame sizes 0:00:00.068700425 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 gstv4l2object.c:1829:gst_v4l2_object_probe_caps_for_format:<v4l2src0>[00m Failed to enumerate frame sizes for pixelformat RGB4 (Invalid argument) 0:00:00.068730239 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1929:gst_v4l2_object_get_nearest_size:<v4l2src0>[00m getting nearest size to 1x1 with format RGB4 0:00:00.068764461 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1983:gst_v4l2_object_get_nearest_size:<v4l2src0>[00m got nearest size 48x32 0:00:00.068791764 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1929:gst_v4l2_object_get_nearest_size:<v4l2src0>[00m getting nearest size to 32768x32768 with format RGB4 0:00:00.068824953 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1983:gst_v4l2_object_get_nearest_size:<v4l2src0>[00m got nearest size 768x480 0:00:00.068877092 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 gstv4l2object.c:1718:gst_v4l2_object_probe_caps_for_format:<v4l2src0>[00m Enumerating frame sizes 0:00:00.068912638 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 gstv4l2object.c:1829:gst_v4l2_object_probe_caps_for_format:<v4l2src0>[00m Failed to enumerate frame sizes for pixelformat BGR4 (Invalid argument) 0:00:00.068942798 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1929:gst_v4l2_object_get_nearest_size:<v4l2src0>[00m getting nearest size to 1x1 with format BGR4 0:00:00.068975693 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1983:gst_v4l2_object_get_nearest_size:<v4l2src0>[00m got nearest size 48x32 0:00:00.069003242 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1929:gst_v4l2_object_get_nearest_size:<v4l2src0>[00m getting nearest size to 32768x32768 with format BGR4 0:00:00.069035549 [336m 5099[00m 0x9df6050 [37mLOG [00m [00m v4l2 gstv4l2object.c:1983:gst_v4l2_object_get_nearest_size:<v4l2src0>[00m got nearest size 768x480 0:00:00.069086758 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 gstv4l2object.c:1718:gst_v4l2_object_probe_caps_for_format:<v4l2src0>[00m Enumerating frame sizes 0:00:00.069121673 [336m 5099[00m 0x9df6050 [36mDEBUG [00m [00m v4l2 gstv4l2object.c:1829:gst_v4l2_object_probe_caps_for_format:<v4l2src0>[00m Failed to enumerate frame sizes for pixelformat BGR3 ... [truncated message content] |
From: Marco B. <gib...@gm...> - 2011-02-05 17:52:25
|
Hi, sorry for the late reply. I grasped only now that you're using a custom (hardware-specific) encoder. It should not matter as long as it sends the parameters set to the payloader within the "codec-data" field (you can check through the caps negotiated bw encoder and payloader), so check whether it's a configurable option if not enabled. Said so, the behaviour of both the clients (GStreamer and VLC) is expected, because their decoders never get an essential piece of information that is the configuration data. As it appears such an information is never re-sent from the payloader (even with send-config=true config-interval=2) the most plausible cause is the one I wrote in the paragraph above. As a note, the following pipelines work correctly on my old eeepc: gst-launch v4l2src ! \ video/x-raw-yuv,width=640,height=480,format='(fourcc)'YV12 ! \ ffmpegcolorspace ! ffenc_mpeg4 ! rtpmp4vpay \ send-config=true config-interval=2 ! udpsink host=127.0.0.1 port=1234 gst-launch udpsrc port=1234 ! \ "application/x-rtp,media=(string)video,clock-rate=(int)90000,encoding-name=(string)MP4V-ES, payload=96" ! \ rtpmp4vdepay ! ffdec_mpeg4 ! xvimagesink in case your encoder does not have an option to encapsulate parameter-sets into the src caps, it's still possible to use a parser, that is the sending pipe should be modified as follows (note the stub for the encoder name): gst-launch v4l2src ! \ video/x-raw-yuv,width=640,height=480,format='(fourcc)'YV12 ! \ ffmpegcolorspace ! your_encoder ! mpeg4videoparse ! rtpmp4vpay \ send-config=true config-interval=2 ! udpsink host=127.0.0.1 port=1234 I hope this will help. PS next time you copy/paste debug output, please remember to disable output color with something like: export GST_DEBUG_NO_COLOR=1 Regards On Thu, Feb 3, 2011 at 4:35 PM, <jul...@ad...> wrote: > Sorry again, the files were scrubbed :s . > > Here are the links of the three logs : > > http://dl.dropbox.com/u/11909603/client_hope => client with gstreamer > http://dl.dropbox.com/u/11909603/cvlc_log => client with cvlc > http://dl.dropbox.com/u/11909603/server.log => server log > > I hope everything will be fine this time > > Cheers > > -- > -- > Julien Lengrand-Lambert > tel: +33 (0)240 50 21 73 > > ADVANSEE > 9 rue Alfred Kastler > CS30750, 44307 Nantes Cedex 3 > http://www.advansee.com > > ------------------------------------------------------------------------------ > Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! > Finally, a world-class log management solution at an even better price-free! > Download using promo code Free_Logger_4_Dev2Dev. Offer expires > February 28th, so secure your free ArcSight Logger TODAY! > http://p.sf.net/sfu/arcsight-sfd2d > _______________________________________________ > gstreamer-devel mailing list > gst...@li... > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > |
From: StyveA <sty...@gm...> - 2011-02-05 12:30:53
|
Thanks ! It works with Playbin & Dfbvideosink =D My only problem now is that the video is played with a blue tint... but I'll check that ^^ -- View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Error-in-my-pipe-tp3258495p3261730.html Sent from the GStreamer-devel mailing list archive at Nabble.com. |
From: Kony <pa...@gm...> - 2011-02-05 00:31:32
|
Does dvbbasebin/dvbsrc support dvb-s2 and hdtv streams? Logs looking like: 0:00:24.913056580 5251 0xc7f080 INFO dvbsrc gstdvbsrc.c:1300:gst_dvbsrc_tune:<dvbsrc0> tuning DVB-S to L-Band:1612000, Pol:1, srate=22000000, 22kHz=off 0:00:31.075190891 5251 0xc7f080 ERROR dvbsrc gstdvbsrc.c:1048:gst_dvbsrc_start:<dvbsrc0> Not able to lock on to the dvb channel Thanks in advice, Kony |
From: Evren E. Ö. <sl...@gm...> - 2011-02-04 23:50:34
|
Hello, I'm trying to write a pipeline that records audio to disk while doing voice recognition via pocketsphinx (I want to stop the recording when user say a predefined keyword). I've spend hours on various alternative pipelines but can't accomplish anything. The simplified python code can be seen at the url bellow. It creates an empty wav file and speech recognition works only for once. http://pastebin.com/EvSgy0i7 I'd appreciate any help with this. Evren |
From: Stefan K. <en...@ho...> - 2011-02-04 15:17:40
|
Am 04.02.2011 10:54, schrieb Andres Gonzalez: > Hi, > > The following pipeline is not working. > > gst-launch -v v4l2src device=/dev/video0 ! ffenc_mpeg2video ! mpegpsmux > ! filesink location=test.mpg > > It says: > [...] > gstbasesrc.c(2574): gst_base_src_loop (): > /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: > streaming task paused, reason not-negotiated (-4) > Execution ended after 1004544165 ns. > [...] > > Could anybody explain why, please? > > Regards, > what is v4l-info telling about your webcam. Some webcams only output mjpeg. Try gst-launch -v v4l2src device=/dev/video0 ! decodebin2 ! ffenc_mpeg2video ! mpegpsmux ! filesink location=test.mpg Stefan |
From: Andreas A. <a....@zy...> - 2011-02-04 11:25:20
|
Hello, I'm currently working with GStreamer and want to build an application which is able to transmit an encoded video captured from a camera and receive a video stream, decode and display it simultaneously. I put all the elements in one pipeline. The input stream has a short delay because of buffering (some seconds). I have seen in the debugging output of gstreamer that a latency query is sent to all sink elements. And the value "MAX(all min_latencies)" is taken to synchronize the streams. Now, the problem is that I don't want to synchronize the incoming and outgoing stream! I want to send the encoded data as fast as possible to the client. I think my problem arose because I have put all my elements in one pipeline, am I right? But how can I fix this?? For most of the elements it wouldn't be a problem to put it into two different pipelines. But the same GstRtpBin element is used by the incoming and outgoing stream. Can I put one element into two different pipelines?? Thanks, Andreas |