[Gstreamer-bugs] [Bug 131974] New - 565 => any conversions in ffcolorspace seem broken

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Mon Jan 19 18:28:15 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=131974

Changed by in7y118 at public.uni-hamburg.de.

--- shadow/131974	Mon Jan 19 21:28:15 2004
+++ shadow/131974.tmp.29740	Mon Jan 19 21:28:15 2004
@@ -0,0 +1,95 @@
+Bug#: 131974
+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: in7y118 at public.uni-hamburg.de               
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: HEAD
+URL: 
+Summary: 565 => any conversions in ffcolorspace seem broken
+
+run this:
+gst-launch-0.7 -v sinesrc ! chart ! ffcolorspace ! ximagesink
+(you can use xvimagesink, too)
+
+This segfaults like this:
+Starting program: /usr/bin/gst-launch-0.7 sinesrc ! chart ! ffcolorspace !
+ximagesink
+[New Thread 1024 (LWP 7346)]
+RUNNING pipeline ...
+ 
+Program received signal SIGSEGV, Segmentation fault.
+[Switching to Thread 1024 (LWP 7346)]
+0x40597139 in rgb565_to_rgb24 (dst=0xbfffedc0, src=0x8242c90, width=320,
+height=240) at imgconvert_template.h:518
+518     imgconvert_template.h: No such file or directory.
+        in imgconvert_template.h
+(gdb) where
+#0  0x40597139 in rgb565_to_rgb24 (dst=0xbfffedc0, src=0x8242c90,
+width=320, height=240) at imgconvert_template.h:518
+#1  0x4059d135 in img_convert (dst=0xbfffedc0, dst_pix_fmt=2,
+src=0x8242c90, src_pix_fmt=9, src_width=320, src_height=240) at
+ffmpeg/libavcodec/imgconvert.c:1682
+#2  0x4059d7d2 in img_convert (dst=0x8242d30, dst_pix_fmt=6, src=0x8242c90,
+src_pix_fmt=9, src_width=320, src_height=240) at
+ffmpeg/libavcodec/imgconvert.c:1868
+#3  0x4052d261 in gst_ffmpegcsp_chain (pad=0x81a1384, data=0x8061c10) at
+gstffmpegcolorspace.c:364
+#4  0x40743246 in gst_opt_scheduler_chain_wrapper (sinkpad=0x81a1384,
+data=0x8061c10) at gstoptimalscheduler.c:1158
+#5  0x4006a76f in gst_pad_push (pad=0x81a12c8, data=0x8061c10) at gstpad.c:2851
+#6  0x404f7c08 in gst_chart_chain (pad=0x81a120c, _data=0x8061c84) at
+gstchart.c:347
+#7  0x40743246 in gst_opt_scheduler_chain_wrapper (sinkpad=0x81a120c,
+data=0x8061c84) at gstoptimalscheduler.c:1158
+#8  0x4006a76f in gst_pad_push (pad=0x81a1150, data=0x8061c84) at gstpad.c:2851
+#9  0x4074295b in get_group_schedule_function (argc=0, argv=0x8239b40) at
+gstoptimalscheduler.c:971
+#10 0x407422b1 in schedule_group (group=0x8239b40) at gstoptimalscheduler.c:842
+#11 0x40742430 in gst_opt_scheduler_schedule_run_queue (osched=0x82399e8)
+at gstoptimalscheduler.c:881
+#12 0x40742642 in schedule_chain (chain=0x8239b20) at gstoptimalscheduler.c:925
+#13 0x40745897 in gst_opt_scheduler_iterate (sched=0x82399e8) at
+gstoptimalscheduler.c:2068
+#14 0x40076fb3 in gst_scheduler_iterate (sched=0x82399e8) at gstscheduler.c:705
+#15 0x40042fa7 in gst_bin_iterate_func (bin=0x8238e28) at gstbin.c:1080
+#16 0x4003ba74 in gst_marshal_BOOLEAN__VOID (closure=0x8055810,
+return_value=0xbffff380, n_param_values=1, param_values=0xbffff510,
+invocation_hint=0xbffff3b8,
+    marshal_data=0x40042f5b) at gstmarshal.c:394
+#17 0x402aa2e8 in g_type_class_meta_marshal (closure=0x8055810,
+return_value=0xbffff380, n_param_values=1, param_values=0xbffff510,
+invocation_hint=0xbffff3b8,
+    marshal_data=0x118) at gclosure.c:514
+#18 0x402a9fbd in g_closure_invoke (closure=0x8055810,
+return_value=0xbffff380, n_param_values=1, param_values=0xbffff510,
+invocation_hint=0xbffff3b8) at gclosure.c:437
+#19 0x402c2cfa in signal_emit_unlocked_R (node=0x8055838, detail=0,
+instance=0x8238e28, emission_return=0xbffff490,
+instance_and_params=0xbffff510) at gsignal.c:2474
+#20 0x402c1d1a in g_signal_emit_valist (instance=0x8238e28, signal_id=16,
+detail=0, var_args=0xbffff69c "����Z\004") at gsignal.c:2205
+#21 0x402c2003 in g_signal_emit (instance=0x8238e28, signal_id=16,
+detail=0) at gsignal.c:2239
+#22 0x400431e5 in gst_bin_iterate (bin=0x8238e28) at gstbin.c:1119
+#23 0x08049684 in idle_func (data=0x8238e28) at gst-launch.c:47
+#24 0x40331d05 in g_idle_dispatch (source=0x8230f68, callback=0x8049654
+<idle_func>, user_data=0x8238e28) at gmain.c:3273
+#25 0x4032e8a4 in g_main_dispatch (context=0x8242dd0) at gmain.c:1752
+#26 0x4032fb03 in g_main_context_dispatch (context=0x8242dd0) at gmain.c:2300
+#27 0x4032ffd3 in g_main_context_iterate (context=0x8242dd0, block=1,
+dispatch=1, self=0x8050898) at gmain.c:2381
+#28 0x40330978 in g_main_loop_run (loop=0x82332b0) at gmain.c:2601
+#29 0x4003afdc in gst_main () at gst.c:785
+#30 0x0804a7e2 in main (argc=8, argv=0xbffffa94) at gst-launch.c:461
+#31 0x403b3a53 in __libc_start_main (main=0x804a000 <main>, argc=8,
+ubp_av=0xbffffa94, init=0x8049198 <_init>, fini=0x804a9c0 <_fini>,
+rtld_fini=0x4000bf90 <_dl_fini>,
+    stack_end=0xbffffa8c) at ../sysdeps/generic/libc-start.c:129




More information about the Gstreamer-bugs mailing list