herrpaco

debugging gstreamer

Nov 7th, 2014
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. $ lldb gst-launch-1.0 uridecodebin uri=http://docs.gstreamer.com/media/sintel_trailer-480p.webm ! videoconvert ! autovideosink
  2. (lldb) target create "gst-launch-1.0"
  3. Current executable set to 'gst-launch-1.0' (x86_64).
  4. (lldb) settings set -- target.run-args "uridecodebin" "uri=http://docs.gstreamer.com/media/sintel_trailer-480p.webm" "!" "videoconvert" "!" "autovideosink"
  5. (lldb) run
  6. Process 6926 launched: '/opt/local/bin/gst-launch-1.0' (x86_64)
  7. Setting pipeline to PAUSED ...
  8. Pipeline is PREROLLING ...
  9. Got context from element 'autovideosink0-actual-sink-glimage': gst.gl.GLDisplay=context, gst.gl.GLDisplay=(GstGLDisplay)"\(GstGLDisplay\)\ gldisplay0";
  10. Process 6926 stopped
  11. * thread #13: tid = 0x34368, 0x000000010357305b libX11.6.dylib`XQueryExtension + 33, stop reason = EXC_BAD_ACCESS (code=1, address=0x968)
  12. frame #0: 0x000000010357305b libX11.6.dylib`XQueryExtension + 33
  13. libX11.6.dylib`XQueryExtension + 33:
  14. -> 0x10357305b: movq 0x968(%rbx), %rax
  15. 0x103573062: testq %rax, %rax
  16. 0x103573065: je 0x10357306c ; XQueryExtension + 50
  17. 0x103573067: movq %rbx, %rdi
  18. (lldb)
Add Comment
Please, Sign In to add comment