Skip to content

Instantly share code, notes, and snippets.

@jvcleave
Created December 4, 2012 05:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jvcleave/4200846 to your computer and use it in GitHub Desktop.
Save jvcleave/4200846 to your computer and use it in GitHub Desktop.
videoPlayerExample debug
pi@raspberrypi ~/openFrameworks/apps/devApps/videoPlayerExample/bin $ export GST_DEBUG=2
pi@raspberrypi ~/openFrameworks/apps/devApps/videoPlayerExample/bin $ ./videoPlayerExample_debug
ofAppEGLWindow constructor
in ofAppEGLWINDOW: setupOpenGL
succes=0
REQUESTED SCREEN SIZE w=1280 and h=720
HARDWARE SCREEN SIZE IS sw=1280 and sh=720
CREATING A SCREEN THAT IS w=1280 and h=720
[ofAppEGLWindow::setupEGL:notice] setting EGL Display
[ofAppEGLWindow::setupEGL:notice] setting default Display
[ofAppEGLWindow::setupEGL:notice] EGL Display correctly set
[ofAppEGLWindow::setupEGL:notice] eglInitialize
[ofAppEGLWindow::setupEGL:notice] No current render selected.
[ofAppEGLWindow::setupEGL:notice] Default Renderer detected.
[ofAppEGLWindow::setupEGL:notice] eglChooseConfig
[ofAppEGLWindow::setupEGL:notice] eglCreateWindowSurface
[ofAppEGLWindow::setupEGL:notice] eglCreateContext
[ofAppEGLWindow::setupEGL:notice] eglMakeCurrent
EGL_VERSION = (null)
GL_RENDERER = VideoCore IV HW
GL_VERSION = OpenGL ES-CM 1.1
GL_VENDOR = Broadcom
CREATED SCREEN WITH SIZE 1280 x 720
[verbose] ofGstUtils: gstreamer inited
[verbose] loading file:///home/pi/openFrameworks/apps/devApps/videoPlayerExample/bin/data/fingers.mov
0:00:00.873498360 2700 0x4428ea90 WARN qtdemux qtdemux_types.c:191:qtdemux_type_get: unknown QuickTime node type avc1
0:00:00.875341373 2700 0x4428ea90 WARN qtdemux qtdemux_types.c:191:qtdemux_type_get: unknown QuickTime node type avcC
0:00:00.877173387 2700 0x4428ea90 WARN qtdemux qtdemux.c:4613:qtdemux_parse_container:<qtdemux0> length too long (720896 > 15)
0:00:00.878745398 2700 0x4428ea90 WARN qtdemux qtdemux_types.c:191:qtdemux_type_get: unknown QuickTime node type ?aut
0:00:00.880493411 2700 0x4428ea90 WARN qtdemux qtdemux.c:4613:qtdemux_parse_container:<qtdemux0> length too long (720896 > 15)
0:00:00.882122422 2700 0x4428ea90 WARN qtdemux qtdemux.c:4613:qtdemux_parse_container:<qtdemux0> length too long (720896 > 15)
0:00:00.883886436 2700 0x4428ea90 WARN qtdemux qtdemux.c:8854:qtdemux_parse_tree:<qtdemux0> Can't handle datetimes before 1970 yet, please file a bug at http://bugzilla.gnome.org
[verbose] attaching callbacks
0:00:01.653530024 2700 0x4428ecc0 WARN ffmpeg gstffmpegdec.c:2299:gst_ffmpegdec_frame:<ffdec_h2640> ffdec_h264: decoding error (len: -1, have_data: 0)
[verbose] Gstreamer: speed change to 1.000000
[warning] received a preroll without allocation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment