Pipeline not going into Playing state when uridecodebin with custom handler is used

Mariusz Buras mariusz.buras at gmail.com
Mon Jan 7 09:57:59 PST 2013


Hi all,

I have a quite complex problem to describe so first I'll show you my
pipeline setup:

    uridecodebin uri=http://some_address_somewhere.co.uk/test.sdp  
caps=video/mpegts
        ! queue ! tsdemux ! video/x-h264 ! decodebin ! queue ! xvimagesink

Where "test.sdp" is an SDP file which refers to a multicast RTP stream.
   I have created an element "vqesrc"[1] which is a live source for this
multicast RTP data.  It takes the contents of an SDP file as a property.
   To get it to be autoplugged by decodebin I have also created
vqesdpdemux which handles "application/sdp" caps much like hlsdemux or
sdpdemux works.

vqesdpdemux is a bin.  It creates a vqesrc, adds it to itself, sets the SDP
file data as a one of the properties of vqesrc and adds a ghost pad on
vqesdpdemux exposing the source pad of the gstvqesrc to outside of the
bin. So when everything works I should be getting something like that on
the diagram[2].  As you can see everything gets autoplugged as expected
and I indeed can see live video on my screen. I have also attached a log
file that shows what's going on when it works [3].

In vqesdpdemux when I create the vqesrc child element (which is a live
source) I am careful to call gst_element_sync_state_with_parent for the
child.  Also I am careful to return GST_STATE_CHANGE_NO_PREROLL from
vqesdpdemux whenever a request to enter state PAUSED is received as I
know the child I will be adding will be live.


The problem starts when uridecodebin is pointed to a locally stored SDP
file, something like this:

    uridecodebin uri=file:///home/mariusz.buras/tmp/test.sdp  
caps=video/mpegts
      ! queue ! tsdemux ! video/x-h264 ! decodebin  ! queue ! xvimagesink

Basically, what seems to happen is that my pipeline never fully enters
PAUSED state (only vqesdpdemux does) and gets stuck in READY forever.
As shown in [4] pipeline start to preroll but never finishes.  My
experiments showed that in "http case" SDP file is delivered while the
pipline is changing it's state to PLAYING. While in the "broken" case
it's delivered when the pipeline is transitioning to the PAUSED state.
This leads me to believe that something wrong happens (or something good
doesn't happen) when vqesdpdemux receives a sink event callback with a
buffer containing the SDP file.

What I have tried to fix/mitigate the problem*:

1. Forcing vqesrc element state to PLAYING just after it's added to
vqesdpdemux bin with gst_set_state rather than
gst_element_sync_state_with_parent. This makes it work, but I don't
think this is a right thing to do.  It makes me a bit uneasy using  a
half baked "fix" to a problem I don't understand.
2. Sending a reconfigure event. Doesn't help.
3. Delaying the creation of vqesrc element - this doesn't work.
4. Plenty of weird/desperate hacks on vqesdpdemux - same result.

* when I write that "it doesn't work" I mean that it behaves in the same
or very similar fashion to when the "fix" wasn't applied.

I've also attached [5] a diagram of the last state the pipeline gets
into when it doesn't work. This is not very helpful though, because
the last state my pipeline fully enters is READY when no auto-plugging
happened yet.


I think possibly what is happening is that the pipeline is prerolling in
the PAUSED state so vqesrc doesn't produce any data so the pipeline
never exits the prerolling state so makes it to state PLAYING but then
I'm unsure why it would work with the http case but not with local file.


Can someone help me with that?

Regards,
Mariusz.


[1] The code for both of these can be found on github:
https://github.com/sqward/gst-vqe
[2] An example working pipeline attached as "example_working_pipeline.jpg"
[3] An example working log attached as "example_working_log.txt"
[4] Log of a broken case attached as "broken_case.txt"
[5] A diagram of "broken" pipeline when it gets stuck in READY state
attached as "broken_case.png"

-------------- next part --------------
A non-text attachment was scrubbed...
Name: example_working_pipeline.jpg
Type: image/jpeg
Size: 321305 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20130107/cd1c4b65/attachment-0001.jpg>
-------------- next part --------------
[mariusz.buras at wll1p00831 broken_dump]$ GST_DEBUG_NO_COLOR=1 GST_DEBUG=3 gst-launch-1.0 uridecodebin -m uri=http://someurl/test.sdp caps=video/mpegts ! queue ! tsdemux ! video/x-h264 ! decodebin  ! queue ! xvimagesink                            
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Got message #13 from element "xvimagesink0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_NULL, new-state=(GstState)GST_STATE_READY, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #14 from element "queue1" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_NULL, new-state=(GstState)GST_STATE_READY, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #15 from element "typefind" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_NULL, new-state=(GstState)GST_STATE_READY, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #16 from element "decodebin0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_NULL, new-state=(GstState)GST_STATE_READY, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #17 from element "tsdemux0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_NULL, new-state=(GstState)GST_STATE_READY, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #18 from element "queue0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_NULL, new-state=(GstState)GST_STATE_READY, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #19 from element "uridecodebin0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_NULL, new-state=(GstState)GST_STATE_READY, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #20 from element "pipeline0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_NULL, new-state=(GstState)GST_STATE_READY, pending-state=(GstState)GST_STATE_PAUSED;
Got message #22 from pad "queue1:src" (stream-status): GstMessageStreamStatus, type=(GstStreamStatusType)GST_STREAM_STATUS_TYPE_CREATE, owner=(GstElement)"\(GstQueue\)\ queue1", object=(GstTask)"\(GstTask\)\ queue1:src";
Got message #23 from element "queue1" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_READY, new-state=(GstState)GST_STATE_PAUSED, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #26 from element "typefind" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_READY, new-state=(GstState)GST_STATE_PAUSED, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #27 from element "tsdemux0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_READY, new-state=(GstState)GST_STATE_PAUSED, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #28 from pad "queue1:src" (stream-status): GstMessageStreamStatus, type=(GstStreamStatusType)GST_STREAM_STATUS_TYPE_ENTER, owner=(GstElement)"\(GstQueue\)\ queue1", object=(GstTask)"\(GstTask\)\ queue1:src";
Got message #29 from pad "queue0:src" (stream-status): GstMessageStreamStatus, type=(GstStreamStatusType)GST_STREAM_STATUS_TYPE_CREATE, owner=(GstElement)"\(GstQueue\)\ queue0", object=(GstTask)"\(GstTask\)\ queue0:src";
Got message #30 from element "queue0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_READY, new-state=(GstState)GST_STATE_PAUSED, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #31 from pad "queue0:src" (stream-status): GstMessageStreamStatus, type=(GstStreamStatusType)GST_STREAM_STATUS_TYPE_ENTER, owner=(GstElement)"\(GstQueue\)\ queue0", object=(GstTask)"\(GstTask\)\ queue0:src";
Got message #37 from element "typefindelement0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_NULL, new-state=(GstState)GST_STATE_READY, pending-state=(GstState)GST_STATE_PAUSED;
Got message #38 from element "typefindelement0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_READY, new-state=(GstState)GST_STATE_PAUSED, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #39 from element "source" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_NULL, new-state=(GstState)GST_STATE_READY, pending-state=(GstState)GST_STATE_PAUSED;
Got message #41 from pad "source:src" (stream-status): GstMessageStreamStatus, type=(GstStreamStatusType)GST_STREAM_STATUS_TYPE_CREATE, owner=(GstElement)"\(GstSoupHTTPSrc\)\ source", object=(GstTask)"\(GstTask\)\ source:src";
Got message #42 from element "source" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_READY, new-state=(GstState)GST_STATE_PAUSED, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #43 from element "uridecodebin0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_READY, new-state=(GstState)GST_STATE_PAUSED, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #44 from pad "source:src" (stream-status): GstMessageStreamStatus, type=(GstStreamStatusType)GST_STREAM_STATUS_TYPE_ENTER, owner=(GstElement)"\(GstSoupHTTPSrc\)\ source", object=(GstTask)"\(GstTask\)\ source:src";
Got message #46 from element "source" (duration-changed): GstMessageDurationChanged;
Got message #57 from element "typefind" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_NULL, new-state=(GstState)GST_STATE_READY, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #58 from element "decodebin1" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_NULL, new-state=(GstState)GST_STATE_READY, pending-state=(GstState)GST_STATE_PAUSED;
Got message #62 from element "uridecodebin0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_PAUSED, new-state=(GstState)GST_STATE_PAUSED, pending-state=(GstState)GST_STATE_PAUSED;
Got message #77 from element "vqesdpdemux0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_NULL, new-state=(GstState)GST_STATE_READY, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #78 from element "vqesdpdemux0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_READY, new-state=(GstState)GST_STATE_PAUSED, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #79 from element "typefind" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_READY, new-state=(GstState)GST_STATE_PAUSED, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #82 from element "decodebin1" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_READY, new-state=(GstState)GST_STATE_PAUSED, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #83 from element "vqesdpdemux0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_PAUSED, new-state=(GstState)GST_STATE_PLAYING, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #84 from element "typefind" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_PAUSED, new-state=(GstState)GST_STATE_PLAYING, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #85 from element "decodebin1" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_PAUSED, new-state=(GstState)GST_STATE_PLAYING, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #86 from element "queue2-0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_NULL, new-state=(GstState)GST_STATE_READY, pending-state=(GstState)GST_STATE_PLAYING;

**** Got EOS on the sink pad: SDP file fetched

Got message #87 from pad "queue2-0:src" (stream-status): GstMessageStreamStatus, type=(GstStreamStatusType)GST_STREAM_STATUS_TYPE_CREATE, owner=(GstElement)"\(GstQueue2\)\ queue2-0", object=(GstTask)"\(GstTask\)\ queue2-0:src";
Got message #88 from element "queue2-0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_READY, new-state=(GstState)GST_STATE_PAUSED, pending-state=(GstState)GST_STATE_PLAYING;
Got message #89 from element "queue2-0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_PAUSED, new-state=(GstState)GST_STATE_PLAYING, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #92 from element "uridecodebin0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_PAUSED, new-state=(GstState)GST_STATE_PAUSED, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #93 from pad "queue2-0:src" (stream-status): GstMessageStreamStatus, type=(GstStreamStatusType)GST_STREAM_STATUS_TYPE_ENTER, owner=(GstElement)"\(GstQueue2\)\ queue2-0", object=(GstTask)"\(GstTask\)\ queue2-0:src";
Got message #94 from element "queue2-0" (buffering): GstMessageBuffering, buffer-percent=(int)0, buffering-mode=(GstBufferingMode)GST_BUFFERING_STREAM, avg-in-rate=(int)0, avg-out-rate=(int)0, buffering-left=(gint64)2000;
Got message #95 from element "queue2-0" (buffering): GstMessageBuffering, buffer-percent=(int)100, buffering-mode=(GstBufferingMode)GST_BUFFERING_STREAM, avg-in-rate=(int)0, avg-out-rate=(int)0, buffering-left=(gint64)0;
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
Got message #103 from element "src" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_NULL, new-state=(GstState)GST_STATE_READY, pending-state=(GstState)GST_STATE_PLAYING;
Got message #105 from pad "src:src" (stream-status): ******* gst_vqe_sdp_demux_create_vqesrc 2
GstMessageStreamStatus, type=(GstStreamStatusType)GST_STREAM_STATUS_TYPE_CREATE, owner=(GstElement)"\(GstVQESrc\)\ src", object=(GstTask)"\(GstTask\)\ task5";
Got message #106 from element "src" (state-changed): 0:00:00.055648070 10367 0xb2f01600 FIXME                default /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gstreamer/gst/gstutils.c:3622:gst_pad_create_stream_id_printf_valist:<src:src> Creating random stream-id, consider implementing a deterministic way of creating a stream-id
GstMessageStateChanged, old-state=(GstState)GST_STATE_READY, new-state=(GstState)GST_STATE_PAUSED, pending-state=(GstState)GST_STATE_PLAYING;
Got message #107 from element "src" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_PAUSED, new-state=(GstState)GST_STATE_PLAYING, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #109 from pad "src:src" (stream-status): GstMessageStreamStatus, type=(GstStreamStatusType)GST_STREAM_STATUS_TYPE_ENTER, owner=(GstElement)"\(GstVQESrc\)\ src", object=(GstTask)"\(GstTask\)\ src:src";
0:00:00.056151452 10367 0xb2f01600 WARN                GST_PADS /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gstreamer/gst/gstpad.c:3576:gst_pad_peer_query:<vqesdpdemux0:src> could not send sticky events
Got message #120 from element "tsdemux0" (element): pat, transport-stream-id=(uint)5418, programs=(structure){ "program-1\,\ program-number\=\(uint\)1\,\ pid\=\(uint\)66\;" };
0:00:00.236697584 10367  0x969e800 WARN              mpegtsbase /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtsbase.c:548:mpegts_base_program_add_stream: Stream already present !
0:00:00.236744661 10367  0x969e800 WARN                 tsdemux /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/tsdemux.c:1327:gst_ts_demux_queue_data: Didn't get the first packet of this PES
Got message #125 from element "tsdemux0" (element): pmt, program-number=(uint)1, pcr-pid=(uint)69, version-number=(uint)10, descriptors=(GValueArray)NULL, streams=(structure){ "pid-68\,\ pid\=\(uint\)68\,\ stream-type\=\(uint\)15\,\ lang-code\=\(string\)eng\,\ descriptors\=\(GValueArray\)NULL\;", "pid-69\,\ pid\=\(uint\)69\,\ stream-type\=\(uint\)27\;" };
Got message #126 from element "capsfilter1" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_NULL, new-state=(GstState)GST_STATE_READY, pending-state=(GstState)GST_STATE_PLAYING;
Got message #127 from element "capsfilter1" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_READY, new-state=(GstState)GST_STATE_PAUSED, pending-state=(GstState)GST_STATE_PLAYING;
Got message #128 from element "capsfilter1" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_PAUSED, new-state=(GstState)GST_STATE_PLAYING, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #135 from element "capsfilter1" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_PLAYING, new-state=(GstState)GST_STATE_PAUSED, pending-state=(GstState)GST_STATE_NULL;
0:00:00.237155790 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
Got message #136 from element "capsfilter1" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_PAUSED, new-state=(GstState)GST_STATE_READY, pending-state=(GstState)GST_STATE_NULL;
Got message #137 from element "capsfilter1" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_READY, new-state=(GstState)GST_STATE_NULL, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #142 from element "capsfilter2" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_NULL, new-state=(GstState)GST_STATE_READY, pending-state=(GstState)GST_STATE_PLAYING;
Got message #143 from element "capsfilter2" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_READY, new-state=(GstState)GST_STATE_PAUSED, pending-state=(GstState)GST_STATE_PLAYING;
Got message #144 from element "capsfilter2" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_PAUSED, new-state=(GstState)GST_STATE_PLAYING, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #169 from element "h264parse0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_NULL, new-state=(GstState)GST_STATE_READY, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #186 from element "h264parse0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_READY, new-state=(GstState)GST_STATE_PAUSED, pending-state=(GstState)GST_STATE_VOID_PENDING;
0:00:00.259868249 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.259878297 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.259930468 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.276807332 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.277120371 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.277146553 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.277268992 10367  0x969e800 WARN       codecparsers_h264 /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst-libs/gst/codecparsers/gsth264parser.c:1792:gst_h264_parser_parse_slice_hdr: couldn't find associated picture parameter set with id: 0
Got message #208 from element "avdec_h264-0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_NULL, new-state=(GstState)GST_STATE_READY, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #212 from element "avdec_h264-0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_READY, new-state=(GstState)GST_STATE_PAUSED, pending-state=(GstState)GST_STATE_VOID_PENDING;
0:00:00.283471947 10367  0x969e800 ERROR                  libav :0:: no frame!
0:00:00.283481151 10367  0x969e800 WARN                   libav /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_libav/ext/libav/gstavviddec.c:1270:gst_ffmpegviddec_frame:<avdec_h264-0> avdec_h264: decoding error (len: -1, have_data: 0)
0:00:00.283511131 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.297013950 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.297327229 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.297351961 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.297713286 10367  0x969e800 WARN       codecparsers_h264 /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst-libs/gst/codecparsers/gsth264parser.c:1792:gst_h264_parser_parse_slice_hdr: couldn't find associated picture parameter set with id: 0
0:00:00.297818531 10367  0x969e800 ERROR                  libav :0:: no frame!
0:00:00.297838607 10367  0x969e800 WARN                   libav /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_libav/ext/libav/gstavviddec.c:1270:gst_ffmpegviddec_frame:<avdec_h264-0> avdec_h264: decoding error (len: -1, have_data: 0)
0:00:00.317243245 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.357695296 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.398031782 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.398055976 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.398172922 10367  0x969e800 WARN       codecparsers_h264 /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst-libs/gst/codecparsers/gsth264parser.c:1792:gst_h264_parser_parse_slice_hdr: couldn't find associated picture parameter set with id: 0
0:00:00.398247511 10367  0x969e800 ERROR                  libav :0:: no frame!
0:00:00.398262194 10367  0x969e800 WARN                   libav /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_libav/ext/libav/gstavviddec.c:1270:gst_ffmpegviddec_frame:<avdec_h264-0> avdec_h264: decoding error (len: -1, have_data: 0)
0:00:00.398494006 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.418268497 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.438352411 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.438361628 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.438454225 10367  0x969e800 WARN       codecparsers_h264 /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst-libs/gst/codecparsers/gsth264parser.c:1792:gst_h264_parser_parse_slice_hdr: couldn't find associated picture parameter set with id: 0
0:00:00.438532704 10367  0x969e800 ERROR                  libav :0:: no frame!
0:00:00.438539368 10367  0x969e800 WARN                   libav /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_libav/ext/libav/gstavviddec.c:1270:gst_ffmpegviddec_frame:<avdec_h264-0> avdec_h264: decoding error (len: -1, have_data: 0)
0:00:00.438595586 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.458499815 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.458520235 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.458526061 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.458555168 10367  0x969e800 WARN       codecparsers_h264 /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst-libs/gst/codecparsers/gsth264parser.c:1792:gst_h264_parser_parse_slice_hdr: couldn't find associated picture parameter set with id: 0
0:00:00.458591487 10367  0x969e800 ERROR                  libav :0:: no frame!
0:00:00.458597860 10367  0x969e800 WARN                   libav /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_libav/ext/libav/gstavviddec.c:1270:gst_ffmpegviddec_frame:<avdec_h264-0> avdec_h264: decoding error (len: -1, have_data: 0)
0:00:00.458626507 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.478697157 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.478752354 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.478772469 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.478840062 10367  0x969e800 WARN       codecparsers_h264 /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst-libs/gst/codecparsers/gsth264parser.c:1792:gst_h264_parser_parse_slice_hdr: couldn't find associated picture parameter set with id: 0
0:00:00.478919236 10367  0x969e800 ERROR                  libav :0:: no frame!
0:00:00.478938265 10367  0x969e800 WARN                   libav /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_libav/ext/libav/gstavviddec.c:1270:gst_ffmpegviddec_frame:<avdec_h264-0> avdec_h264: decoding error (len: -1, have_data: 0)
0:00:00.498815022 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.559516153 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.579714969 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.579741324 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.579804852 10367  0x969e800 WARN       codecparsers_h264 /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst-libs/gst/codecparsers/gsth264parser.c:1792:gst_h264_parser_parse_slice_hdr: couldn't find associated picture parameter set with id: 0
0:00:00.579876833 10367  0x969e800 ERROR                  libav :0:: no frame!
0:00:00.579891925 10367  0x969e800 WARN                   libav /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_libav/ext/libav/gstavviddec.c:1270:gst_ffmpegviddec_frame:<avdec_h264-0> avdec_h264: decoding error (len: -1, have_data: 0)
0:00:00.599806665 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.619952954 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.619977446 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.619985879 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.620098019 10367  0x969e800 WARN       codecparsers_h264 /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst-libs/gst/codecparsers/gsth264parser.c:1792:gst_h264_parser_parse_slice_hdr: couldn't find associated picture parameter set with id: 0
0:00:00.620309780 10367  0x969e800 ERROR                  libav :0:: no frame!
0:00:00.620324253 10367  0x969e800 WARN                   libav /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_libav/ext/libav/gstavviddec.c:1270:gst_ffmpegviddec_frame:<avdec_h264-0> avdec_h264: decoding error (len: -1, have_data: 0)
0:00:00.620440245 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.640109059 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.640124025 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.640129762 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.640164590 10367  0x969e800 WARN       codecparsers_h264 /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst-libs/gst/codecparsers/gsth264parser.c:1792:gst_h264_parser_parse_slice_hdr: couldn't find associated picture parameter set with id: 0
0:00:00.640196144 10367  0x969e800 ERROR                  libav :0:: no frame!
0:00:00.640202109 10367  0x969e800 WARN                   libav /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_libav/ext/libav/gstavviddec.c:1270:gst_ffmpegviddec_frame:<avdec_h264-0> avdec_h264: decoding error (len: -1, have_data: 0)
0:00:00.660242895 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.660261466 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.680459415 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.680489806 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.680534223 10367  0x969e800 WARN       codecparsers_h264 /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst-libs/gst/codecparsers/gsth264parser.c:1792:gst_h264_parser_parse_slice_hdr: couldn't find associated picture parameter set with id: 0
0:00:00.680570184 10367  0x969e800 ERROR                  libav :0:: no frame!
0:00:00.680578343 10367  0x969e800 WARN                   libav /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_libav/ext/libav/gstavviddec.c:1270:gst_ffmpegviddec_frame:<avdec_h264-0> avdec_h264: decoding error (len: -1, have_data: 0)
0:00:00.700581633 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.761239165 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.761288941 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.761303777 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.761352134 10367  0x969e800 WARN       codecparsers_h264 /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst-libs/gst/codecparsers/gsth264parser.c:1792:gst_h264_parser_parse_slice_hdr: couldn't find associated picture parameter set with id: 0
0:00:00.761410152 10367  0x969e800 ERROR                  libav :0:: no frame!
0:00:00.761423997 10367  0x969e800 WARN                   libav /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_libav/ext/libav/gstavviddec.c:1270:gst_ffmpegviddec_frame:<avdec_h264-0> avdec_h264: decoding error (len: -1, have_data: 0)
0:00:00.781448371 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.801545355 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.801567480 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.801572773 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.801615910 10367  0x969e800 WARN       codecparsers_h264 /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst-libs/gst/codecparsers/gsth264parser.c:1792:gst_h264_parser_parse_slice_hdr: couldn't find associated picture parameter set with id: 0
0:00:00.801696378 10367  0x969e800 ERROR                  libav :0:: no frame!
0:00:00.801703004 10367  0x969e800 WARN                   libav /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_libav/ext/libav/gstavviddec.c:1270:gst_ffmpegviddec_frame:<avdec_h264-0> avdec_h264: decoding error (len: -1, have_data: 0)
0:00:00.821782167 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.821832007 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.821856174 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.821867715 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.821921442 10367  0x969e800 WARN       codecparsers_h264 /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst-libs/gst/codecparsers/gsth264parser.c:1792:gst_h264_parser_parse_slice_hdr: couldn't find associated picture parameter set with id: 0
0:00:00.821990679 10367  0x969e800 ERROR                  libav :0:: no frame!
0:00:00.822004815 10367  0x969e800 WARN                   libav /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_libav/ext/libav/gstavviddec.c:1270:gst_ffmpegviddec_frame:<avdec_h264-0> avdec_h264: decoding error (len: -1, have_data: 0)
0:00:00.841920195 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.841941365 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.841953512 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.841959919 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.841978617 10367  0x969e800 WARN       codecparsers_h264 /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst-libs/gst/codecparsers/gsth264parser.c:1792:gst_h264_parser_parse_slice_hdr: couldn't find associated picture parameter set with id: 0
0:00:00.842002993 10367  0x969e800 ERROR                  libav :0:: no frame!
0:00:00.842008937 10367  0x969e800 WARN                   libav /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_libav/ext/libav/gstavviddec.c:1270:gst_ffmpegviddec_frame:<avdec_h264-0> avdec_h264: decoding error (len: -1, have_data: 0)
0:00:00.882347250 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.922718943 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.942909198 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.942935545 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.942983556 10367  0x969e800 WARN       codecparsers_h264 /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst-libs/gst/codecparsers/gsth264parser.c:1792:gst_h264_parser_parse_slice_hdr: couldn't find associated picture parameter set with id: 0
0:00:00.943042673 10367  0x969e800 ERROR                  libav :0:: no frame!
0:00:00.943057870 10367  0x969e800 WARN                   libav /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_libav/ext/libav/gstavviddec.c:1270:gst_ffmpegviddec_frame:<avdec_h264-0> avdec_h264: decoding error (len: -1, have_data: 0)
0:00:00.963029499 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.963053507 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.983252514 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.983284777 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:00.983453446 10367  0x969e800 WARN       codecparsers_h264 /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst-libs/gst/codecparsers/gsth264parser.c:1792:gst_h264_parser_parse_slice_hdr: couldn't find associated picture parameter set with id: 0
0:00:00.983678922 10367  0x969e800 ERROR                  libav :0:: no frame!
0:00:00.983702768 10367  0x969e800 WARN                   libav /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_libav/ext/libav/gstavviddec.c:1270:gst_ffmpegviddec_frame:<avdec_h264-0> avdec_h264: decoding error (len: -1, have_data: 0)
0:00:00.983843738 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:01.003344168 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:01.003369403 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:01.003377957 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:01.003402097 10367  0x969e800 WARN       codecparsers_h264 /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst-libs/gst/codecparsers/gsth264parser.c:1792:gst_h264_parser_parse_slice_hdr: couldn't find associated picture parameter set with id: 0
0:00:01.003452384 10367  0x969e800 ERROR                  libav :0:: no frame!
0:00:01.003476485 10367  0x969e800 WARN                   libav /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_libav/ext/libav/gstavviddec.c:1270:gst_ffmpegviddec_frame:<avdec_h264-0> avdec_h264: decoding error (len: -1, have_data: 0)
0:00:01.023614579 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:01.043812788 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:01.043844407 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:01.043914909 10367  0x969e800 WARN       codecparsers_h264 /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst-libs/gst/codecparsers/gsth264parser.c:1792:gst_h264_parser_parse_slice_hdr: couldn't find associated picture parameter set with id: 0
0:00:01.043997175 10367  0x969e800 ERROR                  libav :0:: no frame!
0:00:01.044017599 10367  0x969e800 WARN                   libav /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_libav/ext/libav/gstavviddec.c:1270:gst_ffmpegviddec_frame:<avdec_h264-0> avdec_h264: decoding error (len: -1, have_data: 0)
0:00:01.044181987 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:01.044227485 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:01.064092617 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:01.064124148 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:01.064137435 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:01.064201909 10367  0x969e800 WARN       codecparsers_h264 /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst-libs/gst/codecparsers/gsth264parser.c:1792:gst_h264_parser_parse_slice_hdr: couldn't find associated picture parameter set with id: 0
0:00:01.064272234 10367  0x969e800 ERROR                  libav :0:: no frame!
0:00:01.064286107 10367  0x969e800 WARN                   libav /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_libav/ext/libav/gstavviddec.c:1270:gst_ffmpegviddec_frame:<avdec_h264-0> avdec_h264: decoding error (len: -1, have_data: 0)
0:00:01.064362533 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:01.064388103 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:01.064399296 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:01.064438457 10367  0x969e800 WARN       codecparsers_h264 /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst-libs/gst/codecparsers/gsth264parser.c:1792:gst_h264_parser_parse_slice_hdr: couldn't find associated picture parameter set with id: 0
0:00:01.064488455 10367  0x969e800 ERROR                  libav :0:: no frame!
0:00:01.064500325 10367  0x969e800 WARN                   libav /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_libav/ext/libav/gstavviddec.c:1270:gst_ffmpegviddec_frame:<avdec_h264-0> avdec_h264: decoding error (len: -1, have_data: 0)
0:00:01.084325634 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:01.124827142 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:01.124852407 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:01.124961416 10367  0x969e800 WARN       codecparsers_h264 /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst-libs/gst/codecparsers/gsth264parser.c:1792:gst_h264_parser_parse_slice_hdr: couldn't find associated picture parameter set with id: 0
0:00:01.125023452 10367  0x969e800 ERROR                  libav :0:: no frame!
0:00:01.125037303 10367  0x969e800 WARN                   libav /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_libav/ext/libav/gstavviddec.c:1270:gst_ffmpegviddec_frame:<avdec_h264-0> avdec_h264: decoding error (len: -1, have_data: 0)
0:00:01.145051123 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:01.186272876 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:01.205627825 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:01.225883386 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:01.225914940 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
Got message #224 from element "decodebin0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_READY, new-state=(GstState)GST_STATE_PAUSED, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #225 from element "xvimagesink0" (element): prepare-window-handle;
Got message #226 from element "xvimagesink0" (element): have-window-handle, window-handle=(guint64)100663298;
0:00:01.346259534 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:01.346354800 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:01.346374249 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:01.346380144 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
Got message #123 from element "pipeline0" (stream-start): no message details
Got message #233 from element "xvimagesink0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_READY, new-state=(GstState)GST_STATE_PAUSED, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #236 from element "pipeline0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_READY, new-state=(GstState)GST_STATE_PAUSED, pending-state=(GstState)GST_STATE_PLAYING;
Got message #235 from element "pipeline0" (async-done): GstMessageAsyncDone, running-time=(guint64)18446744073709551615;
Got message #237 from element "pipeline0" (new-clock): GstMessageNewClock, clock=(GstClock)"\(GstSystemClock\)\ GstSystemClock";
New clock: GstSystemClock
Got message #239 from element "xvimagesink0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_PAUSED, new-state=(GstState)GST_STATE_PLAYING, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #240 from element "queue1" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_PAUSED, new-state=(GstState)GST_STATE_PLAYING, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #241 from element "avdec_h264-0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_PAUSED, new-state=(GstState)GST_STATE_PLAYING, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #242 from element "capsfilter3" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_PAUSED, new-state=(GstState)GST_STATE_PLAYING, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #243 from element "h264parse0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_PAUSED, new-state=(GstState)GST_STATE_PLAYING, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #244 from element "typefind" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_PAUSED, new-state=(GstState)GST_STATE_PLAYING, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #245 from element "decodebin0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_PAUSED, new-state=(GstState)GST_STATE_PLAYING, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #246 from element "tsdemux0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_PAUSED, new-state=(GstState)GST_STATE_PLAYING, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #247 from element "queue0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_PAUSED, new-state=(GstState)GST_STATE_PLAYING, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #248 from element "typefindelement0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_PAUSED, new-state=(GstState)GST_STATE_PLAYING, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #249 from element "source" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_PAUSED, new-state=(GstState)GST_STATE_PLAYING, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #250 from element "uridecodebin0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_PAUSED, new-state=(GstState)GST_STATE_PLAYING, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #251 from element "pipeline0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_PAUSED, new-state=(GstState)GST_STATE_PLAYING, pending-state=(GstState)GST_STATE_VOID_PENDING;
0:00:01.348730898 10367  0x969e800 ERROR                  libav :0:: Missing reference picture
0:00:01.348748529 10367  0x969e800 ERROR                  libav :0:: decode_slice_header error
0:00:01.372809246 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:01.372849037 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:01.372867869 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:01.372873193 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:01.392510319 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:01.392557078 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:01.392587783 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:01.392593223 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:01.420378329 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:01.420415883 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:01.420431198 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:01.420436852 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
0:00:01.447350262 10367  0x969e800 ERROR                  libav :0:: mmco: unref short failure
0:00:01.447456249 10367  0x969e800 WARN        mpegtspacketizer /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gst_plugins_bad/gst/mpegtsdemux/mpegtspacketizer.c:3692:mpegts_packetizer_pts_to_ts: Not enough information to calculate proper timestamp
^CCaught interrupt -- handling interrupt.
Got message #335 from element "pipeline0" (application): GstLaunchInterrupt, message=(string)"Pipeline\ interrupted";
Interrupt: Stopping pipeline ...
Execution ended after 5756922533 ns.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
<VQEC-3-VQEC_ERROR> : vqec_ifclient_stop_ul Stop invalid state (3)
<VQEC-3-VQEC_ERROR> : vqec_ifclient_stop_ul Stop invalid state (3)
Setting pipeline to NULL ...
Freeing pipeline ...
[mariusz.buras at wll1p00831 broken_dump]$ 

-------------- next part --------------
[mariusz.buras at wll1p00831 broken_dump]$ GST_DEBUG_NO_COLOR=1 GST_DEBUG=3 gst-launch-1.0 -m uridecodebin uri=file:///home/mariusz.buras/tmp/test.sdp caps=video/mpegts ! queue ! tsdemux ! video/x-h264 ! decodebin  ! queue ! xvimagesink
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Got message #13 from element "xvimagesink0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_NULL, new-state=(GstState)GST_STATE_READY, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #14 from element "queue1" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_NULL, new-state=(GstState)GST_STATE_READY, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #15 from element "typefind" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_NULL, new-state=(GstState)GST_STATE_READY, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #16 from element "decodebin0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_NULL, new-state=(GstState)GST_STATE_READY, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #17 from element "tsdemux0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_NULL, new-state=(GstState)GST_STATE_READY, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #18 from element "queue0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_NULL, new-state=(GstState)GST_STATE_READY, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #19 from element "uridecodebin0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_NULL, new-state=(GstState)GST_STATE_READY, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #20 from element "pipeline0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_NULL, new-state=(GstState)GST_STATE_READY, pending-state=(GstState)GST_STATE_PAUSED;
Got message #22 from pad "queue1:src" (stream-status): GstMessageStreamStatus, type=(GstStreamStatusType)GST_STREAM_STATUS_TYPE_CREATE, owner=(GstElement)"\(GstQueue\)\ queue1", object=(GstTask)"\(GstTask\)\ queue1:src";
Got message #23 from element "queue1" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_READY, new-state=(GstState)GST_STATE_PAUSED, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #26 from element "typefind" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_READY, new-state=(GstState)GST_STATE_PAUSED, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #27 from pad "queue1:src" (stream-status): GstMessageStreamStatus, type=(GstStreamStatusType)GST_STREAM_STATUS_TYPE_ENTER, owner=(GstElement)"\(GstQueue\)\ queue1", object=(GstTask)"\(GstTask\)\ queue1:src";
Got message #28 from element "tsdemux0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_READY, new-state=(GstState)GST_STATE_PAUSED, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #29 from pad "queue0:src" (stream-status): GstMessageStreamStatus, type=(GstStreamStatusType)GST_STREAM_STATUS_TYPE_CREATE, owner=(GstElement)"\(GstQueue\)\ queue0", object=(GstTask)"\(GstTask\)\ queue0:src";
Got message #30 from element "queue0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_READY, new-state=(GstState)GST_STATE_PAUSED, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #31 from pad "queue0:src" (stream-status): GstMessageStreamStatus, type=(GstStreamStatusType)GST_STREAM_STATUS_TYPE_ENTER, owner=(GstElement)"\(GstQueue\)\ queue0", object=(GstTask)"\(GstTask\)\ queue0:src";
Got message #36 from element "typefind" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_NULL, new-state=(GstState)GST_STATE_READY, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #37 from element "decodebin1" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_NULL, new-state=(GstState)GST_STATE_READY, pending-state=(GstState)GST_STATE_PAUSED;
Got message #41 from pad "typefind:sink" (stream-status): GstMessageStreamStatus, type=(GstStreamStatusType)GST_STREAM_STATUS_TYPE_CREATE, owner=(GstElement)"\(GstTypeFindElement\)\ typefind", object=(GstTask)"\(GstTask\)\ typefind:sink";
Got message #42 from element "typefind" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_READY, new-state=(GstState)GST_STATE_PAUSED, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #43 from element "source" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_NULL, new-state=(GstState)GST_STATE_READY, pending-state=(GstState)GST_STATE_PAUSED;
Got message #44 from element "source" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_READY, new-state=(GstState)GST_STATE_PAUSED, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #45 from pad "typefind:sink" (stream-status): GstMessageStreamStatus, type=(GstStreamStatusType)GST_STREAM_STATUS_TYPE_ENTER, owner=(GstElement)"\(GstTypeFindElement\)\ typefind", object=(GstTask)"\(GstTask\)\ typefind:sink";
Got message #60 from element "vqesdpdemux0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_NULL, new-state=(GstState)GST_STATE_READY, pending-state=(GstState)GST_STATE_VOID_PENDING;
Got message #61 from element "vqesdpdemux0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_READY, new-state=(GstState)GST_STATE_PAUSED, pending-state=(GstState)GST_STATE_VOID_PENDING;

**** Got EOS on the sink pad: SDP file fetched

Got message #71 from element "src" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_NULL, new-state=(GstState)GST_STATE_READY, pending-state=(GstState)GST_STATE_PAUSED;
Got message #73 from pad "src:src" (stream-status): GstMessageStreamStatus, type=(GstStreamStatusType)GST_STREAM_STATUS_TYPE_CREATE, owner=(GstElement)"\(GstVQESrc\)\ src", object=(GstTask)"\(GstTask\)\ task4";
Got message #74 from element "src" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_READY, new-state=(GstState)GST_STATE_PAUSED, pending-state=(GstState)GST_STATE_VOID_PENDING;
0:00:00.112527345 12267 0xb4601d20 FIXME                default /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gstreamer/gst/gstutils.c:3622:gst_pad_create_stream_id_printf_valist:<src:src> Creating random stream-id, consider implementing a deterministic way of creating a stream-id
Got message #76 from pad "src:src" (stream-status): GstMessageStreamStatus, type=(GstStreamStatusType)GST_STREAM_STATUS_TYPE_ENTER, owner=(GstElement)"\(GstVQESrc\)\ src", object=(GstTask)"\(GstTask\)\ src:src";
Got message #87 from element "decodebin1" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_READY, new-state=(GstState)GST_STATE_PAUSED, pending-state=(GstState)GST_STATE_VOID_PENDING;
0:00:00.113046332 12267 0xb4601d20 WARN                GST_PADS /home/mariusz.buras/gbs/LinearSource/zinc-build-root/debug-Scientific-Linux-6.1-i686/Zinc/Zinc.3rdPartyStack/src/Scientific-Linux-6.1-i686/gstreamer/gst/gstpad.c:3576:gst_pad_peer_query:<vqesdpdemux0:src> could not send sticky events
Got message #89 from element "uridecodebin0" (state-changed): GstMessageStateChanged, old-state=(GstState)GST_STATE_READY, new-state=(GstState)GST_STATE_PAUSED, pending-state=(GstState)GST_STATE_VOID_PENDING;

At this point nothing happens, it will stay in this stat forever.

^CCaught interrupt -- handling interrupt.
Got message #90 from element "pipeline0" (application): GstLaunchInterrupt, message=(string)"Pipeline\ interrupted";
Interrupt: Stopping pipeline ...
ERROR: pipeline doesn't want to preroll.
Setting pipeline to NULL ...
******* state change: state PAUSED, pending READY
<VQEC-3-VQEC_ERROR> : vqec_ifclient_stop_ul Stop invalid state (3)
******* state change: state READY, pending NULL
Freeing pipeline ...

-------------- next part --------------
A non-text attachment was scrubbed...
Name: broken_case.png
Type: image/png
Size: 56913 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20130107/cd1c4b65/attachment-0001.png>


More information about the gstreamer-devel mailing list