Identity Element in silent=FALSE mode not printing anything
renecalles
gstreamer at renevolution.com
Mon May 5 06:23:27 PDT 2014
Hi,
i am actually working on a Application which will loop an MP4-Filesource and
pass the data through rtmp to it's destination. I actually work on Ubuntu
12.04 with gsreameThe Application actually implements the following
pipeline:
/* Create and connect the Pipeline Elements */
/* || dmux.video_00 -> identity
-> queue -> h264parse -> queue ||
* filesrc -> queue -> qtdemux ||
|| flvmux -> queue -> rtmpsink
* || dmux.audio_00 -> queue
-> aacparse -> queue ||
*/
Also in my application i set the properties for the identity element
g_object_set (G_OBJECT (identity), "single-segment", TRUE,
"silent", FALSE,
"sync", TRUE, NULL);
When executing the compiled program, everything works fine (stream is pushed
to rtmp-server) except as i am never receiving a SEGMENT_DONE Signal,
nothing is printed by the identity element and the following warnings:
(loop2rtmp:48381): GStreamer-WARNING **:
gstpad.c:4506:store_sticky_event:<muxer:src> Sticky event misordering, got
'segment' before 'caps'
(loop2rtmp:48381): GStreamer-WARNING **:
gstpad.c:4506:store_sticky_event:<sinkqueue:sink> Sticky event misordering,
got 'segment' before 'caps'
(loop2rtmp:48381): GStreamer-WARNING **:
gstpad.c:4506:store_sticky_event:<sinkqueue:src> Sticky event misordering,
got 'segment' before 'caps'
(loop2rtmp:48381): GStreamer-WARNING **:
gstpad.c:4506:store_sticky_event:<sink:sink> Sticky event misordering, got
'segment' before 'caps'
It looks somehow the identity element is bypassed.
Any idea what is going wrong here?
Thanks, René
P.S.: Hope the message is shown as i expect.
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Identity-Element-in-silent-FALSE-mode-not-printing-anything-tp4666739.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list