Guest User

Untitled

a guest
Jun 13th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 1.66 KB | None | 0 0
  1. [mpeg4 @ 0x7fffcc019180] removing common factors from framerate
  2. [Switching to Thread 0x7fffd628b700 (LWP 21637)]
  3.  
  4. Breakpoint 2, CloseEncoder (p_this=0x7fffcc001158) at encoder.c:1161
  5. 1161    {
  6. (gdb) bt
  7. #0  CloseEncoder (p_this=0x7fffcc001158) at encoder.c:1161
  8. #1  0x00007ffff795d962 in vlc_module_unload (module=<optimized out>, deinit=<optimized out>) at modules/modules.c:402
  9. #2  0x00007fffdd435930 in transcode_video_new (p_stream=0x7fffd8000f28, id=0x7fffcc000b40) at video.c:236
  10. #3  0x00007fffdd4369c8 in transcode_video_add (p_stream=0x7fffd8000f28, p_fmt=<optimized out>, id=0x7fffcc000b40) at video.c:804
  11. #4  0x00007fffdd432330 in Add (p_stream=0x7fffd8000f28, p_fmt=0x7fffd8564990) at transcode.c:553
  12. #5  0x00007ffff797cb8b in sout_InputNew (p_sout=0x7fffd80045c8, p_fmt=0x7fffd8564990) at stream_output/stream_output.c:181
  13. #6  0x00007ffff791755e in DecoderProcessSout (p_block=0x7fffd8564db0, p_dec=0x7fffd85644f8) at input/decoder.c:1778
  14. #7  DecoderProcess (p_dec=0x7fffd85644f8, p_block=<optimized out>) at input/decoder.c:2004
  15. #8  0x00007ffff7917c4b in DecoderThread (p_data=0x7fffd85644f8) at input/decoder.c:938
  16. #9  0x00007ffff6ff1d90 in start_thread (arg=0x7fffd628b700) at pthread_create.c:309
  17. #10 0x00007ffff6b1f48d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:115
  18. (gdb) print *p_this
  19. $4 = {psz_object_type = 0x7ffff798b7a8 "encoder", psz_header = 0x0, i_flags = 0, b_die = false, b_force = false, p_libvlc = 0x604448,
  20.   p_parent = 0x7fffd8000f28}
  21. (gdb) print *p_this->p_parent
  22. $5 = {psz_object_type = 0x7ffff79a3f74 "stream out", psz_header = 0x0, i_flags = 0, b_die = false, b_force = false, p_libvlc =
  23.     0x604448, p_parent = 0x7fffd80045c8}
Add Comment
Please, Sign In to add comment