Identity Element in silent=FALSE mode not printing anything
renecalles
gstreamer at renevolution.com
Tue May 6 14:46:48 PDT 2014
I am using a local filesrc, so i guess the demuxer runs in pull mode.
I connected a bus signal watcher to the pipeline with
bus = gst_pipeline_get_bus (GST_PIPELINE (pipeline));
bus_watch_id = gst_bus_add_watch (bus, bus_callback, pipeline);
gst_object_unref (bus);
then in bus_callback function i do a switch for GST_MESSAGE_TYPE.
Here i receive GST_MESSAGE_EOS but not GST_MESSAGE_SEGMENT_DONE.
Is this correct so far? Or do i need to check on the demuxer itself for the
segment-done signal?
Cheers,
René
P.S.: Would it help if i post the whole code, e.g. in GitHub? If so, i'd
beautify my code a bit and publish it.
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Identity-Element-in-silent-FALSE-mode-not-printing-anything-tp4666739p4666813.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list