After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 131974 - 565 => any conversions in ffcolorspace seem broken
565 => any conversions in ffcolorspace seem broken
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-01-20 02:28 UTC by Benjamin Otte (Company)
Modified: 2005-06-30 14:49 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Benjamin Otte (Company) 2004-01-20 02:28:14 UTC
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.

Thread 1024 (LWP 7346)

  • #0 rgb565_to_rgb24
    at imgconvert_template.h line 518
  • #1 img_convert
    at ffmpeg/libavcodec/imgconvert.c line 1682
  • #2 img_convert
    at ffmpeg/libavcodec/imgconvert.c line 1868
  • #3 gst_ffmpegcsp_chain
    at gstffmpegcolorspace.c line 364
  • #4 gst_opt_scheduler_chain_wrapper
    at gstoptimalscheduler.c line 1158
  • #5 gst_pad_push
    at gstpad.c line 2851
  • #6 gst_chart_chain
    at gstchart.c line 347
  • #7 gst_opt_scheduler_chain_wrapper
    at gstoptimalscheduler.c line 1158
  • #8 gst_pad_push
    at gstpad.c line 2851
  • #9 get_group_schedule_function
    at gstoptimalscheduler.c line 971
  • #10 schedule_group
    at gstoptimalscheduler.c line 842
  • #11 gst_opt_scheduler_schedule_run_queue
    at gstoptimalscheduler.c line 881
  • #12 schedule_chain
    at gstoptimalscheduler.c line 925
  • #13 gst_opt_scheduler_iterate
    at gstoptimalscheduler.c line 2068
  • #14 gst_scheduler_iterate
    at gstscheduler.c line 705
  • #15 gst_bin_iterate_func
    at gstbin.c line 1080
  • #16 gst_marshal_BOOLEAN__VOID
    at gstmarshal.c line 394
  • #17 g_type_class_meta_marshal
    at gclosure.c line 514
  • #18 g_closure_invoke
    at gclosure.c line 437
  • #19 signal_emit_unlocked_R
    at gsignal.c line 2474
  • #20 g_signal_emit_valist
    at gsignal.c line 2205
  • #21 g_signal_emit
    at gsignal.c line 2239
  • #22 gst_bin_iterate
    at gstbin.c line 1119
  • #23 idle_func
    at gst-launch.c line 47
  • #24 g_idle_dispatch
    at gmain.c line 3273
  • #25 g_main_dispatch
    at gmain.c line 1752
  • #26 g_main_context_dispatch
    at gmain.c line 2300
  • #27 g_main_context_iterate
    at gmain.c line 2381
  • #28 g_main_loop_run
    at gmain.c line 2601
  • #29 gst_main
    at gst.c line 785
  • #30 main
    at gst-launch.c line 461
  • #31 __libc_start_main
    at ../sysdeps/generic/libc-start.c line 129

Comment 1 Stephane Loeuillet 2004-12-12 21:34:20 UTC
well, good news, it works now
(for me, it opens a windows with sinusoidal moving image)
tested with both x[v]imagesink => OK
sdlvideosink crashes, but it is a different issue (crash in SDL itself)

closing