Hi,<br>    The the start time of the program which i read from the structure is not the correct start time of the program. <br>    For example :-<br>    <br>    NAME OF PROGRAM IS : Kenneth Copeland <br>    EVENT ID IS : 12381<br>
    DESCRIPTION OF THE PROGRAM IS : Kenneth Copeland<br>    XTENDED TEXT IS : Kenneth Copeland<br>    DURATION IS 1800<br>    DAY IS 10 : 4 : 2009     TIME IS : 0 : 0 <br>  <br>   NAME OF PROGRAM IS : Desperate Housewives <br>
   EVENT ID IS : 12382<br>   DESCRIPTION OF THE PROGRAM IS : Desperate Housewives<br>   XTENDED TEXT IS : Desperate Housewives<br>   DURATION IS 3600<br>   DAY IS 10 : 4 : 2009     TIME IS : 0 : 30 <br>  <br>   NAME OF PROGRAM IS : Are You Smarter Than A 5Th Grader <br>
   EVENT ID IS : 12383<br>   DESCRIPTION OF THE PROGRAM IS : Are You Smarter Than A 5Th Grader<br>   XTENDED TEXT IS : Are You Smarter Than A 5Th Grader<br>   DURATION IS 3600<br>   DAY IS 10 : 4 : 2009     TIME IS : 1 : 30 <br>
<br> <br>  NAME OF PROGRAM IS : Friends <br>  EVENT ID IS : 12384<br>  DESCRIPTION OF THE PROGRAM IS : Friends<br>  XTENDED TEXT IS : Friends<br>  DURATION IS 1800<br>  DAY IS 10 : 4 : 2009     TIME IS : 2 : 30 <br> <br>    This what is printed on the screen, but the actual start time of the program are :-<br>
   <br><div class="menuScheduleEntry">

<div class="program">  05:30 KENNETH COPELAND</div>
</div>
<div class="menuScheduleEntry">

<div class="program">  06:00 DESPERATE HOUSEWIVES</div>
</div>
<div class="menuScheduleEntry">

<div class="program">  07:00 ARE YOU SMARTER THAN A 5TH GRADER?</div>
</div>  
08:00
FRIENDS<div class="menuScheduleEntry">
</div>    <br>  Why is this time difference? All i am doing is just reading the values from the structure and printing it. This same for all the channels. Sould i modify the time before printing it?<br><br>Thanks,<br><br>
<br><div class="gmail_quote">On Thu, Apr 9, 2009 at 7:39 PM, Zaheer Merali <span dir="ltr">&lt;<a href="mailto:zaheerabbas@merali.org">zaheerabbas@merali.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Thu, Apr 9, 2009 at 2:40 PM, Sumanth V &lt;<a href="mailto:sumanth.v@allaboutif.com">sumanth.v@allaboutif.com</a>&gt; wrote:<br>
&gt; Hi,<br>
</div><div class="im">&gt;    thanks Zaheer i am able to get the channels name and service provider<br>
&gt; name, But how i idntify which EPG belongs to which channel??? because the<br>
&gt; service-id is same for group of channels?  Could u please tell me how do<br>
&gt; identify which EPG is of which program... because i am storing the channels<br>
&gt; and its EPG info into a data-structure.<br>
&gt;<br>
<br>
</div>service-id should be different for every channel.<br>
<div class="im"><br>
&gt; And i tried using &quot;dvbbasebin&quot; plugin instead of &quot;dvbsrc&quot; plugin i am able<br>
&gt; to play the channels , but it is not playing smothly, it plays  at very very<br>
&gt; slow rate......Do i have to change any property of queue?<br>
&gt;<br>
<br>
</div>That could be a bug in the clocking, if possible set:<br>
GST_DEBUG=dvb*:5,mpeg*:5 and file a bug on bugzilla with the log<br>
attached.<br>
<div><div></div><div class="h5"><br>
Zaheer<br>
<br>
------------------------------------------------------------------------------<br>
This SF.net email is sponsored by:<br>
High Quality Requirements in a Collaborative Environment.<br>
Download a free trial of Rational Requirements Composer Now!<br>
<a href="http://p.sf.net/sfu/www-ibm-com" target="_blank">http://p.sf.net/sfu/www-ibm-com</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
</div></div></blockquote></div><br>