[Gstreamer-bugs] [Bug 118006] New - invalid time requested, returning _TIMEOUT

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Mon Jul 21 10:35:36 PDT 2003


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=118006

Changed by lucky_gedn at metropoli2000.net.

--- shadow/118006	Mon Jul 21 13:35:36 2003
+++ shadow/118006.tmp.25181	Mon Jul 21 13:35:36 2003
@@ -0,0 +1,93 @@
+Bug#: 118006
+Product: GStreamer
+Version: HEAD CVS
+OS: Linux
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: gst-plugins
+AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
+ReportedBy: lucky_gedn at metropoli2000.net               
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: HEAD
+URL: 
+Summary: invalid time requested, returning _TIMEOUT
+
+Running this pipeline :
+
+ ./gst-launch --gst-debug-level=5 filesrc
+location=/home/gstreamer/applications/changelog.txt ! udpsink
+host=localhost port=8080 control=2
+
+ I got for each iteration these messages : 
+
+ LOG      GST_DATAFLOW(21756) gstbin.c(1016):gst_bin_iterate: [pipeline0]
+starting iteration
+LOG   GST_REFCOUNTING(21756) gstobject.c(217):gst_object_ref: [pipeline0]
+ref 1->2
+LOG         scheduler(21756) gstoptimalscheduler.c(421):ref_chain: ref
+chain 0x80beef8 2->3
+LOG         scheduler(21756) gstoptimalscheduler.c(589):ref_group: ref
+group 0x80bedf8 4->5
+LOG         scheduler(21756) gstoptimalscheduler.c(908):schedule_chain:
+scheduling group 0x80bedf8 in chain 0x80beef8
+LOG         scheduler(21756) gstoptimalscheduler.c(589):ref_group: ref
+group 0x80bedf8 5->6
+LOG         scheduler(21756)
+gstoptimalscheduler.c(854):gst_opt_scheduler_schedule_run_queue:
+[GstOptScheduler at 0x80bed50] entering scheduler run queue recursion 0 1
+LOG         scheduler(21756)
+gstoptimalscheduler.c(873):gst_opt_scheduler_schedule_run_queue:
+[GstOptScheduler at 0x80bed50] scheduling group 0x80bedf8
+LOG         scheduler(21756)
+gstoptimalscheduler.c(940):get_group_schedule_function: get wrapper of
+group 0x80bedf8
+LOG         scheduler(21756)
+gstoptimalscheduler.c(954):get_group_schedule_function: doing get and push
+on pad "filesrc0:src" in group 0x80bedf8
+LOG           filesrc(21756) gstfilesrc.c(548):gst_filesrc_get: attempting
+to read 00000d58, 00005d58, 00000000, 00400000
+LOG        GST_BUFFER(21756) gstbuffer.c(313):gst_buffer_create_sub: new
+subbuffer 0x806c4e8
+LOG      GST_DATAFLOW(21756) gstpad.c(2286):gst_pad_push: [filesrc0:src]
+pushing
+LOG      GST_DATAFLOW(21756) gstpad.c(2311):gst_pad_push: [filesrc0:src]
+calling chainhandler &0x403c134c of peer pad udpsink0:sink
+DEBUG         default(21756) gstudpsink.c(277):: udpsink: clock wait:
+18446744073709551615
+
+DEBUG       GST_CLOCK(21756) gstelement.c(759):gst_element_clock_wait:
+waiting on scheduler clock
+DEBUG       GST_CLOCK(21756) gstclock.c(170):gst_clock_id_wait: invalid
+time requested, returning _TIMEOUT
+LOG        GST_BUFFER(21756) gstdata.c(235):gst_data_unref: unref data
+0x806c4e8, count before unref is 1
+LOG        GST_BUFFER(21756) gstdata.c(235):gst_data_unref: unref data
+0x806c534, count before unref is 2
+LOG         scheduler(21756)
+gstoptimalscheduler.c(881):gst_opt_scheduler_schedule_run_queue:
+[GstOptScheduler at 0x80bed50] done scheduling group 0x80bedf8
+LOG         scheduler(21756) gstoptimalscheduler.c(613):unref_group: unref
+group 0x80bedf8 6->5
+LOG         scheduler(21756)
+gstoptimalscheduler.c(886):gst_opt_scheduler_schedule_run_queue:
+[GstOptScheduler at 0x80bed50] run queue length after scheduling 0
+LOG         scheduler(21756) gstoptimalscheduler.c(920):schedule_chain:
+done scheduling group 0x80bedf8 in chain 0x80beef8
+LOG         scheduler(21756) gstoptimalscheduler.c(613):unref_group: unref
+group 0x80bedf8 5->4
+LOG         scheduler(21756)
+gstoptimalscheduler.c(2059):gst_opt_scheduler_iterate:
+[GstOptScheduler at 0x80bed50] iterate scheduled 0x80beef8
+LOG         scheduler(21756) gstoptimalscheduler.c(431):unref_chain: unref
+chain 0x80beef8 3->2
+LOG      GST_DATAFLOW(21756) gstbin.c(1034):gst_bin_iterate: [pipeline0]
+finished iteration
+LOG   GST_REFCOUNTING(21756) gstobject.c(238):gst_object_unref: [pipeline0]
+unref 2->1
+LOG      GST_DATAFLOW(21756) gstbin.c(1016):gst_bin_iterate: [pipeline0]
+starting iteration
+LOG   GST_REFCOUNTING(21756) gstobject.c(217):gst_object_ref: [pipeline0]
+ref 1->2




More information about the Gstreamer-bugs mailing list