<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/4.6.6">
</HEAD>
<BODY>
Le mercredi 15 janvier 2014 à 17:01 +0530, Yogesh Tyagi a écrit :<BR>
<BLOCKQUOTE TYPE=CITE>
Is there any way we can force gstreamer to allocate clock in PAUSED state?<BR>
</BLOCKQUOTE>
It really depends on what clock you want. For audio clock, this is not possible, and even if it was it would not be going forward in pause state. If you need a clock sooner, and want this clock to be used by your pipeline, I would recommend using gst_system_clock_obtain() and gst_element_set_clock(pipeline, clock). Be aware that audio quality may suffer.<BR>
<BR>
Nicolas<BR>
<BR>
</BODY>
</HTML>