[Gstreamer-bugs] [Bug 132849] New - gst_element_query crashes when using vorbisfile

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Thu Jan 29 05:40:03 PST 2004


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=132849

Changed by richard at imendio.com.

--- shadow/132849	Thu Jan 29 08:40:03 2004
+++ shadow/132849.tmp.22566	Thu Jan 29 08:40:03 2004
@@ -0,0 +1,65 @@
+Bug#: 132849
+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: richard at imendio.com               
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: HEAD
+URL: 
+Summary: gst_element_query crashes when using vorbisfile
+
+When I'm doing a query in jamboree to get the current time when using
+vorbisfile results in a crash:
+
+ q = gst_element_query (sink, GST_QUERY_POSITION, &format, &time);
+
+It works with the mad decoder.
+
+0x004b21dc in ov_pcm_total () from /usr/lib/libvorbisfile.so.3
+(gdb) bt
+#0  0x004b21dc in ov_pcm_total () from /usr/lib/libvorbisfile.so.3
+#1  0x004b220c in ov_pcm_total () from /usr/lib/libvorbisfile.so.3
+#2  0x004b3582 in ov_time_tell () from /usr/lib/libvorbisfile.so.3
+#3  0x00a64a99 in gst_vorbisfile_src_query (pad=0x8c634a8,
+    type=GST_QUERY_POSITION, format=0xfef5d284, value=0xfef5d288)
+    at vorbisfile.c:891
+#4  0x06232fb0 in gst_pad_query (pad=0x8c634a8, type=GST_QUERY_POSITION,
+    format=0xfef5d284, value=0xfef5d288) at gstpad.c:3775
+#5  0x06232e00 in gst_pad_query_dispatcher (pad=0x8c634a8, data=0x0)
+    at gstpad.c:3713
+#6  0x062328f0 in gst_pad_dispatcher (pad=0x8c34064,
+    dispatch=0x6232ddc <gst_pad_query_dispatcher>, data=0xfef5d050)
+    at gstpad.c:3567
+#7  0x06232e7a in gst_pad_query_default (pad=0x8c63620, type=GST_QUERY_NONE,
+    format=0xfef5d284, value=0xfef5d288) at gstpad.c:3741
+#8  0x06232fb0 in gst_pad_query (pad=0x8c63620, type=GST_QUERY_POSITION,
+    format=0xfef5d284, value=0xfef5d288) at gstpad.c:3775
+#9  0x06232e00 in gst_pad_query_dispatcher (pad=0x8c63620, data=0x0)
+    at gstpad.c:3713
+#10 0x062328f0 in gst_pad_dispatcher (pad=0x8c342a4,
+    dispatch=0x6232ddc <gst_pad_query_dispatcher>, data=0xfef5d110)
+    at gstpad.c:3567
+#11 0x06232e7a in gst_pad_query_default (pad=0x8c63854, type=GST_QUERY_NONE,
+    format=0xfef5d284, value=0xfef5d288) at gstpad.c:3741
+#12 0x06232fb0 in gst_pad_query (pad=0x8c63854, type=GST_QUERY_POSITION,
+    format=0xfef5d284, value=0xfef5d288) at gstpad.c:3775
+#13 0x06232e00 in gst_pad_query_dispatcher (pad=0x8c63854, data=0x0)
+    at gstpad.c:3713
+#14 0x062328f0 in gst_pad_dispatcher (pad=0x8bf65a0,
+    dispatch=0x6232ddc <gst_pad_query_dispatcher>, data=0xfef5d1d0)
+    at gstpad.c:3567
+#15 0x06232e7a in gst_pad_query_default (pad=0x8c639cc, type=GST_QUERY_NONE,
+    format=0xfef5d284, value=0xfef5d288) at gstpad.c:3741
+#16 0x06232fb0 in gst_pad_query (pad=0x8c639cc, type=GST_QUERY_POSITION,
+    format=0xfef5d284, value=0xfef5d288) at gstpad.c:3775
+#17 0x062210d1 in gst_element_query (element=0x8c4fe40,
+    type=GST_QUERY_POSITION, format=0xfef5d284, value=0xfef5d288)
+    at gstelement.c:2264
+#18 0x080542da in tick_timeout_cb (player=0x8a43310) at player.c:347




More information about the Gstreamer-bugs mailing list