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 769462 - glcolorconvert: _get_n_textures: code should not be reached
glcolorconvert: _get_n_textures: code should not be reached
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.9.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-08-03 10:53 UTC by Guillaume Desmottes
Modified: 2016-08-04 13:18 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Guillaume Desmottes 2016-08-03 10:53:03 UTC
I'm reaching this assertion when running this validate scenario: "gst-validate-launcher -t validate.file.playback.change_state_intensive.rawaudioS32LE_prores_mov -nd"

ERROR:gstglcolorconvert.c:1372:_get_n_textures: code should not be reached


0  0x00007fa877ea36f5 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:54
  • #1 __GI_abort
    at abort.c line 89
  • #2 g_assertion_message
    at gtestutils.c line 2429
  • #3 g_assertion_message_expr
    at gtestutils.c line 2452
  • #4 _get_n_textures
    at gstglcolorconvert.c line 1372
  • #5 _do_convert
    at gstglcolorconvert.c line 2277
  • #6 _run_message_sync
    at gstglwindow.c line 612
  • #7 _run_message_async
    at gstglwindow.c line 679
  • #8 g_main_context_dispatch
    at gmain.c line 3154
  • #9 g_main_context_dispatch
    at gmain.c line 3769
  • #10 g_main_context_iterate
    at gmain.c line 3840
  • #11 g_main_loop_run
    at gmain.c line 4034
  • #12 gst_gl_context_create_thread
    at gstglcontext.c line 1222
  • #13 g_thread_proxy
    at gthread.c line 780
  • #14 start_thread
    at pthread_create.c line 333
  • #15 clone
    at ../sysdeps/unix/sysv/linux/x86_64/clone.S line 109

Comment 1 Matthew Waters (ystreet00) 2016-08-04 13:18:29 UTC
commit 402ab38f07096a581a74bd340ea56dedc9bd13e9
Author: Matthew Waters <matthew@centricular.com>
Date:   Thu Aug 4 23:14:41 2016 +1000

    glcolorconvert: add missing rgb16 and bgr16 video formats in switch
    
    Fixes an assertion that code should not be reached
    
    https://bugzilla.gnome.org/show_bug.cgi?id=769462