I am having difficulty isolating my audio issue with this pipeline:
gst-launch-0.10 --gst-debug-level=0 decklinksrc mode=11 .audiosrc ! queue ! level ! alsasink decklinksrc0.videosrc ! queue ! fakesink silent=true -v Does anybody know how I can isolate this problem? Setting pipeline to PAUSED ... Pipeline is live and does not need PREROLL ... Setting pipeline to PLAYING ... New clock: GstSystemClock /GstPipeline:pipeline0/GstDecklinkSrc:decklinksrc0.GstPad:videosrc: caps = video/x-raw-yuv, format=(fourcc)UYVY, width=(int)1920, height=(int)1080, framerate=(fraction)30000/1001, interlaced=(boolean)true, pixel-aspect-ratio=(fraction)1/1, color-matrix=(string)hdtv, chroma-site=(string)mpeg2 /GstPipeline:pipeline0/GstQueue:queue1.GstPad:sink: caps = video/x-raw-yuv, format=(fourcc)UYVY, width=(int)1920, height=(int)1080, framerate=(fraction)30000/1001, interlaced=(boolean)true, pixel-aspect-ratio=(fraction)1/1, color-matrix=(string)hdtv, chroma-site=(string)mpeg2 /GstPipeline:pipeline0/GstDecklinkSrc:decklinksrc0.GstPad:audiosrc: caps = audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, depth=(int)16, width=(int)16, channels=(int)2, rate=(int)48000 /GstPipeline:pipeline0/GstQueue:queue0.GstPad:sink: caps = audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, depth=(int)16, width=(int)16, channels=(int)2, rate=(int)48000 /GstPipeline:pipeline0/GstQueue:queue1.GstPad:src: caps = video/x-raw-yuv, format=(fourcc)UYVY, width=(int)1920, height=(int)1080, framerate=(fraction)30000/1001, interlaced=(boolean)true, pixel-aspect-ratio=(fraction)1/1, color-matrix=(string)hdtv, chroma-site=(string)mpeg2 /GstPipeline:pipeline0/GstQueue:queue1.GstPad:src: caps = video/x-raw-yuv, format=(fourcc)UYVY, width=(int)1920, height=(int)1080, framerate=(fraction)30000/1001, interlaced=(boolean)true, pixel-aspect-ratio=(fraction)1/1, color-matrix=(string)hdtv, chroma-site=(string)mpeg2 /GstPipeline:pipeline0/GstFakeSink:fakesink0.GstPad:sink: caps = video/x-raw-yuv, format=(fourcc)UYVY, width=(int)1920, height=(int)1080, framerate=(fraction)30000/1001, interlaced=(boolean)true, pixel-aspect-ratio=(fraction)1/1, color-matrix=(string)hdtv, chroma-site=(string)mpeg2 /GstPipeline:pipeline0/GstLevel:level0.GstPad:src: caps = audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, depth=(int)16, width=(int)16, channels=(int)2, rate=(int)48000 /GstPipeline:pipeline0/GstLevel:level0.GstPad:sink: caps = audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, depth=(int)16, width=(int)16, channels=(int)2, rate=(int)48000 /GstPipeline:pipeline0/GstAlsaSink:alsasink0.GstPad:sink: caps = audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, depth=(int)16, width=(int)16, channels=(int)2, rate=(int)48000 WARNING: from element /GstPipeline:pipeline0/GstAlsaSink:alsasink0: Internal data flow problem. Additional debug info: gstbasesink.c(3638): gst_base_sink_chain_unlocked (): /GstPipeline:pipeline0/GstAlsaSink:alsasink0: Received buffer without a new-segment. Assuming timestamps start from 0. _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |