Identity Element in silent=FALSE mode not printing anything

renecalles gstreamer at renevolution.com
Tue May 6 15:22:11 PDT 2014


You're absolutely right Tim ... it's the Message i am talking about and not a
signal.
I need to make the difference clear to me ... but off topic here i guess ...

The seek you mentioned is done just before running the loop with the
following code:

  /* Setting up the Pipeline using Segments */
  gst_element_set_state (pipeline, GST_STATE_PAUSED);
  gst_element_get_state (pipeline, NULL, NULL, GST_CLOCK_TIME_NONE);
  gst_element_seek(pipeline, 1, GST_FORMAT_TIME,
(GstSeekFlags)(GST_SEEK_FLAG_FLUSH | GST_SEEK_FLAG_SEGMENT),
      GST_SEEK_TYPE_SET, 0, GST_SEEK_TYPE_END, 0);
  gst_element_set_state (pipeline, GST_STATE_PLAYING);
  gst_element_get_state (pipeline, NULL, NULL, GST_CLOCK_TIME_NONE);

Is there anything else i need to do?

Cheers,
René



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Identity-Element-in-silent-FALSE-mode-not-printing-anything-tp4666739p4666816.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list