Advertisement
vliaskov

vaapidecode + glimagesink without meta (i915)

Jul 11th, 2015
419
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 114.55 KB | None | 0 0
  1. GST_DEBUG=4,*gl*:5,*vaapi*:5 gst-launch-1.0 filesrc location=/opt/vliaskov/Videos/run01.mp4 ! qtdemux ! vaapidecode ! glimagesink
  2.  
  3. 0:00:00.000397816 17277 0x2020c00 INFO   GST_INIT gst.c:510:init_pre: Initializing GStreamer Core Library version 1.5.2.1
  4. 0:00:00.000811625 17277 0x2020c00 INFO   GST_INIT gst.c:511:init_pre: Using library installed in /opt/build/fedora/gnome-3.14/lib64
  5. 0:00:00.000886914 17277 0x2020c00 INFO   GST_INIT gst.c:522:init_pre: Linux circus 3.13.0-27-generic #50-Ubuntu SMP Thu May 15 18:06:16 UTC 2014 x86_64
  6. 0:00:00.001797854 17277 0x2020c00 INFO   GST_INIT gstmessage.c:119:_priv_gst_message_initialize: init messages
  7. 0:00:00.002998635 17277 0x2020c00 INFO   GST_INIT gstcontext.c:77:_priv_gst_context_initialize: init contexts
  8. 0:00:00.003999880 17277 0x2020c00 INFO   GST_PLUGIN_LOADING gstplugin.c:317:_priv_gst_plugin_initialize: registering 0 static plugins
  9. 0:00:00.004391619 17277 0x2020c00 INFO   GST_PLUGIN_LOADING gstplugin.c:225:gst_plugin_register_static: registered static plugin "staticelements"
  10. 0:00:00.004449099 17277 0x2020c00 INFO   GST_PLUGIN_LOADING gstplugin.c:227:gst_plugin_register_static: added static plugin "staticelements", result: 1
  11. 0:00:00.004488489 17277 0x2020c00 INFO   GST_REGISTRY gstregistry.c:1722:ensure_current_registry: reading registry cache: /opt/build/fedora/gnome-3.14/_jhbuild/gstreamer-1.0.registry
  12. 0:00:00.038858223 17277 0x2020c00 INFO   GST_REGISTRY gstregistrybinary.c:619:priv_gst_registry_binary_read_cache: loaded /opt/build/fedora/gnome-3.14/_jhbuild/gstreamer-1.0.registry in 0,034277 seconds
  13. 0:00:00.039102109 17277 0x2020c00 INFO   GST_REGISTRY gstregistry.c:1578:scan_and_update_registry: Validating plugins from registry cache: /opt/build/fedora/gnome-3.14/_jhbuild/gstreamer-1.0.registry
  14. 0:00:00.042093830 17277 0x2020c00 INFO   GST_REGISTRY gstregistry.c:1680:scan_and_update_registry: Registry cache has not changed
  15. 0:00:00.042128332 17277 0x2020c00 INFO   GST_REGISTRY gstregistry.c:1757:ensure_current_registry: registry reading and updating done, result = 1
  16. 0:00:00.042158922 17277 0x2020c00 INFO   GST_INIT gst.c:720:init_post: GLib runtime version: 2.40.2
  17. 0:00:00.042171424 17277 0x2020c00 INFO   GST_INIT gst.c:722:init_post: GLib headers version: 2.40.2
  18. 0:00:00.042197894 17277 0x2020c00 INFO   GST_INIT gst.c:723:init_post: initialized GStreamer successfully
  19. 0:00:00.042262776 17277 0x2020c00 INFO   GST_PIPELINE gstparse.c:323:gst_parse_launch_full: parsing pipeline description 'filesrc location=/home/vliaskov/Videos/run01.mp4 ! qtdemux ! vaapidecode ! glimagesink '
  20. 0:00:00.043889519 17277 0x2020c00 INFO   GST_PLUGIN_LOADING gstplugin.c:835:gst_plugin_load_file: plugin "/opt/build/fedora/gnome-3.14/lib64/gstreamer-1.0/libgstcoreelements.so" loaded
  21. 0:00:00.043946580 17277 0x2020c00 INFO   GST_ELEMENT_FACTORY gstelementfactory.c:364:gst_element_factory_create: creating element "filesrc"
  22. 0:00:00.044276929 17277 0x2020c00 INFO   GST_ELEMENT_PADS gstelement.c:646:gst_element_add_pad:<GstBaseSrc@0x21a80d0> adding pad 'src'
  23. 0:00:00.044370726 17277 0x2020c00 INFO   filesrc gstfilesrc.c:252:gst_file_src_set_location: filename : /home/vliaskov/Videos/run01.mp4
  24. 0:00:00.044399780 17277 0x2020c00 INFO   filesrc gstfilesrc.c:253:gst_file_src_set_location: uri : file:///home/vliaskov/Videos/run01.mp4
  25. 0:00:00.047739730 17277 0x2020c00 INFO   GST_PLUGIN_LOADING gstplugin.c:835:gst_plugin_load_file: plugin "/opt/build/fedora/gnome-3.14/lib64/gstreamer-1.0/libgstisomp4.so" loaded
  26. 0:00:00.047783450 17277 0x2020c00 INFO   GST_ELEMENT_FACTORY gstelementfactory.c:364:gst_element_factory_create: creating element "qtdemux"
  27. 0:00:00.048264238 17277 0x2020c00 INFO   GST_ELEMENT_PADS gstelement.c:646:gst_element_add_pad:<GstQTDemux@0x21b4000> adding pad 'sink'
  28. 0:00:00.058137141 17277 0x2020c00 INFO   GST_PLUGIN_LOADING gstplugin.c:835:gst_plugin_load_file: plugin "/opt/build/fedora/gnome-3.14/lib64/gstreamer-1.0/libgstvaapi.so" loaded
  29. 0:00:00.058234430 17277 0x2020c00 INFO   GST_ELEMENT_FACTORY gstelementfactory.c:364:gst_element_factory_create: creating element "vaapidecode"
  30. 0:00:00.058778703 17277 0x2020c00 INFO   GST_ELEMENT_PADS gstelement.c:646:gst_element_add_pad:<GstVideoDecoder@0x21ca190> adding pad 'sink'
  31. 0:00:00.058843656 17277 0x2020c00 INFO   GST_ELEMENT_PADS gstelement.c:646:gst_element_add_pad:<GstVideoDecoder@0x21ca190> adding pad 'src'
  32. 0:00:00.058909586 17277 0x2020c00 INFO   GST_ELEMENT_PADS gstelement.c:897:gst_element_get_static_pad: found pad (null):sink
  33. 0:00:00.058946881 17277 0x2020c00 INFO   GST_ELEMENT_PADS gstelement.c:897:gst_element_get_static_pad: found pad (null):src
  34. 0:00:00.061414932 17277 0x2020c00 INFO   GST_PLUGIN_LOADING gstplugin.c:835:gst_plugin_load_file: plugin "/opt/build/fedora/gnome-3.14/lib64/gstreamer-1.0/libgstopengl.so" loaded
  35. 0:00:00.061471923 17277 0x2020c00 INFO   GST_ELEMENT_FACTORY gstelementfactory.c:364:gst_element_factory_create: creating element "glimagesink"
  36. 0:00:00.062031351 17277 0x2020c00 INFO   GST_ELEMENT_FACTORY gstelementfactory.c:364:gst_element_factory_create: creating element "glupload"
  37. 0:00:00.062317631 17277 0x2020c00 INFO   GST_ELEMENT_PADS gstelement.c:646:gst_element_add_pad:<GstBaseTransform@0x21e81a0> adding pad 'sink'
  38. 0:00:00.062385237 17277 0x2020c00 INFO   GST_ELEMENT_PADS gstelement.c:646:gst_element_add_pad:<GstBaseTransform@0x21e81a0> adding pad 'src'
  39. 0:00:00.062442996 17277 0x2020c00 INFO   GST_ELEMENT_FACTORY gstelementfactory.c:364:gst_element_factory_create: creating element "glcolorconvert"
  40. 0:00:00.062616202 17277 0x2020c00 INFO   GST_ELEMENT_PADS gstelement.c:646:gst_element_add_pad:<GstBaseTransform@0x21e8510> adding pad 'sink'
  41. 0:00:00.062681574 17277 0x2020c00 INFO   GST_ELEMENT_PADS gstelement.c:646:gst_element_add_pad:<GstBaseTransform@0x21e8510> adding pad 'src'
  42. 0:00:00.062803587 17277 0x2020c00 INFO   GST_ELEMENT_PADS gstutils.c:1571:gst_element_link_pads_full: trying to link element gluploadelement0:src to element glcolorconvertelement0:sink
  43. 0:00:00.062838787 17277 0x2020c00 INFO   GST_ELEMENT_PADS gstelement.c:897:gst_element_get_static_pad: found pad gluploadelement0:src
  44. 0:00:00.062867491 17277 0x2020c00 INFO   GST_ELEMENT_PADS gstelement.c:897:gst_element_get_static_pad: found pad glcolorconvertelement0:sink
  45. 0:00:00.062896615 17277 0x2020c00 INFO   GST_PADS gstutils.c:1444:prepare_link_maybe_ghosting: gluploadelement0 and glcolorconvertelement0 in same bin, no need for ghost pads
  46. 0:00:00.062971904 17277 0x2020c00 INFO   GST_PADS gstpad.c:2224:gst_pad_link_prepare: trying to link gluploadelement0:src and glcolorconvertelement0:sink
  47. 0:00:00.063059695 17277 0x2020c00 INFO   GST_PADS gstpad.c:3953:gst_pad_peer_query:<gluploadelement0:sink> pad has no peer
  48. 0:00:00.063428317 17277 0x2020c00 INFO   GST_PADS gstpad.c:3953:gst_pad_peer_query:<glcolorconvertelement0:src> pad has no peer
  49. 0:00:00.063717530 17277 0x2020c00 INFO   GST_PADS gstpad.c:2430:gst_pad_link_full: linked gluploadelement0:src and glcolorconvertelement0:sink, successful
  50. 0:00:00.063751542 17277 0x2020c00 INFO   GST_EVENT gstevent.c:1374:gst_event_new_reconfigure: creating reconfigure event
  51. 0:00:00.063784926 17277 0x2020c00 INFO   GST_EVENT gstpad.c:5435:gst_pad_send_event_unchecked:<gluploadelement0:src> Received event on flushing pad. Discarding
  52. 0:00:00.063838425 17277 0x2020c00 INFO   GST_ELEMENT_PADS gstelement.c:897:gst_element_get_static_pad: found pad gluploadelement0:sink
  53. 0:00:00.063868876 17277 0x2020c00 DEBUG   glimagesink gstglsinkbin.c:211:gst_gl_sink_bin_init:<GstGLSinkBin@0x20cf020> setting target sink pad <gluploadelement0:sink>
  54. 0:00:00.064102914 17277 0x2020c00 INFO   GST_PADS gstpad.c:2224:gst_pad_link_prepare: trying to link sink:proxypad0 and gluploadelement0:sink
  55. 0:00:00.064138184 17277 0x2020c00 INFO   GST_PADS gstpad.c:2430:gst_pad_link_full: linked sink:proxypad0 and gluploadelement0:sink, successful
  56. 0:00:00.064167377 17277 0x2020c00 INFO   GST_EVENT gstevent.c:1374:gst_event_new_reconfigure: creating reconfigure event
  57. 0:00:00.064225066 17277 0x2020c00 INFO   GST_ELEMENT_PADS gstelement.c:646:gst_element_add_pad:<GstGLSinkBin@0x20cf020> adding pad 'sink'
  58. 0:00:00.064498844 17277 0x2020c00 INFO   GST_ELEMENT_PADS gstelement.c:646:gst_element_add_pad:<GstBaseSink@0x21c81c0> adding pad 'sink'
  59. 0:00:00.064615130 17277 0x2020c00 INFO   GST_ELEMENT_PADS gstutils.c:1571:gst_element_link_pads_full: trying to link element glcolorconvertelement0:src to element sink:sink
  60. 0:00:00.064648933 17277 0x2020c00 INFO   GST_ELEMENT_PADS gstelement.c:897:gst_element_get_static_pad: found pad glcolorconvertelement0:src
  61. 0:00:00.064661085 17277 0x2020c00 INFO   GST_ELEMENT_PADS gstelement.c:897:gst_element_get_static_pad: found pad sink:sink
  62. 0:00:00.064688533 17277 0x2020c00 INFO   GST_PADS gstutils.c:1444:prepare_link_maybe_ghosting: glcolorconvertelement0 and sink in same bin, no need for ghost pads
  63. 0:00:00.064721358 17277 0x2020c00 INFO   GST_PADS gstpad.c:2224:gst_pad_link_prepare: trying to link glcolorconvertelement0:src and sink:sink
  64. 0:00:00.064781422 17277 0x2020c00 INFO   GST_PADS gstpad.c:3953:gst_pad_peer_query:<(NULL):sink> pad has no peer
  65. 0:00:00.065627200 17277 0x2020c00 DEBUG   glimagesink gstglimagesink.c:1048:gst_glimage_sink_get_caps:<sink> returning caps: video/x-raw(memory:GLMemory), format=(string)RGBA, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
  66. 0:00:00.065718622 17277 0x2020c00 INFO   GST_PADS gstpad.c:2430:gst_pad_link_full: linked glcolorconvertelement0:src and sink:sink, successful
  67. 0:00:00.065750470 17277 0x2020c00 INFO   GST_EVENT gstevent.c:1374:gst_event_new_reconfigure: creating reconfigure event
  68. 0:00:00.065761016 17277 0x2020c00 INFO   GST_EVENT gstpad.c:5435:gst_pad_send_event_unchecked:<glcolorconvertelement0:src> Received event on flushing pad. Discarding
  69. 0:00:00.065848457 17277 0x2020c00 INFO   GST_ELEMENT_FACTORY gstelementfactory.c:364:gst_element_factory_create: creating element "pipeline"
  70. 0:00:00.066074533 17277 0x2020c00 INFO   GST_PIPELINE grammar.y:571:gst_parse_perform_link: linking filesrc0:(any) to qtdemux0:(any) (0/0) with caps "(NULL)"
  71. 0:00:00.066111479 17277 0x2020c00 INFO   GST_ELEMENT_PADS gstutils.c:1571:gst_element_link_pads_full: trying to link element filesrc0:(any) to element qtdemux0:(any)
  72. 0:00:00.066144375 17277 0x2020c00 INFO   GST_PADS gstutils.c:932:gst_pad_check_link: trying to link filesrc0:src and qtdemux0:sink
  73. 0:00:00.066186698 17277 0x2020c00 INFO   GST_PADS gstutils.c:1444:prepare_link_maybe_ghosting: filesrc0 and qtdemux0 in same bin, no need for ghost pads
  74. 0:00:00.066237124 17277 0x2020c00 INFO   GST_PADS gstpad.c:2224:gst_pad_link_prepare: trying to link filesrc0:src and qtdemux0:sink
  75. 0:00:00.066273860 17277 0x2020c00 INFO   GST_PADS gstpad.c:2430:gst_pad_link_full: linked filesrc0:src and qtdemux0:sink, successful
  76. 0:00:00.066302984 17277 0x2020c00 INFO   GST_EVENT gstevent.c:1374:gst_event_new_reconfigure: creating reconfigure event
  77. 0:00:00.066313181 17277 0x2020c00 INFO   GST_EVENT gstpad.c:5435:gst_pad_send_event_unchecked:<filesrc0:src> Received event on flushing pad. Discarding
  78. 0:00:00.066345727 17277 0x2020c00 INFO   GST_PIPELINE grammar.y:571:gst_parse_perform_link: linking qtdemux0:(any) to vaapidecode0:(any) (0/0) with caps "(NULL)"
  79. 0:00:00.066376527 17277 0x2020c00 INFO   GST_ELEMENT_PADS gstutils.c:1571:gst_element_link_pads_full: trying to link element qtdemux0:(any) to element vaapidecode0:(any)
  80. 0:00:00.066443854 17277 0x2020c00 INFO   GST_PADS gstpad.c:3953:gst_pad_peer_query:<vaapidecode0:src> pad has no peer
  81. 0:00:00.066472140 17277 0x2020c00 INFO   GST_CONTEXT gstvaapivideocontext.c:81:context_pad_query:<vaapidecode0:src> context pad peer query failed
  82. 0:00:00.066499867 17277 0x2020c00 INFO   GST_PADS gstpad.c:3953:gst_pad_peer_query:<vaapidecode0:sink> pad has no peer
  83. 0:00:00.066509365 17277 0x2020c00 INFO   GST_CONTEXT gstvaapivideocontext.c:81:context_pad_query:<vaapidecode0:sink> context pad peer query failed
  84. 0:00:00.066535067 17277 0x2020c00 INFO   GST_CONTEXT gstvaapivideocontext.c:149:gst_vaapi_video_context_prepare:<vaapidecode0> posting `need-context' message
  85. 0:00:00.066601556 17277 0x2020c00 INFO   vaapi gstvaapidisplay.c:119:libgstvaapi_init_once: gstreamer-vaapi version drop_0.10_1.0-113-geb510e2
  86. 0:00:00.069009753 17277 0x2020c00 DEBUG   vaapi gstvaapidisplay.c:800:gst_vaapi_display_calculate_pixel_aspect_ratio: calculated pixel aspect ratio: 0,999820
  87. libva info: VA-API version 0.38.0
  88. libva info: va_getDriverName() returns 0
  89. libva info: Trying to open /opt/build/fedora/gnome-3.14/lib64/dri/i965_drv_video.so
  90. libva info: Found init function __vaDriverInit_0_37
  91. libva info: va_openDriver() returns 0
  92. 0:00:00.072532408 17277 0x2020c00 DEBUG   vaapi gstvaapidisplay.c:940:gst_vaapi_display_create_unlocked: VA-API version 0.38
  93. 0:00:00.072618312 17277 0x2020c00 INFO   GST_CONTEXT gstvaapivideocontext.c:174:gst_vaapi_video_context_propagate:<vaapidecode0> posting `have-context' (0x2016640) message with display (0x2118c20)
  94. 0:00:00.072660077 17277 0x2020c00 DEBUG   vaapi gstvaapidisplay.c:537:ensure_profiles: 6 profiles
  95. 0:00:00.072687315 17277 0x2020c00 DEBUG   vaapi gstvaapidisplay.c:544:ensure_profiles: VAProfileMPEG2Simple
  96. 0:00:00.072714973 17277 0x2020c00 DEBUG   vaapi gstvaapidisplay.c:544:ensure_profiles: VAProfileMPEG2Main
  97. 0:00:00.072723214 17277 0x2020c00 DEBUG   vaapi gstvaapidisplay.c:544:ensure_profiles: VAProfileH264ConstrainedBaseline
  98. 0:00:00.072748287 17277 0x2020c00 DEBUG   vaapi gstvaapidisplay.c:544:ensure_profiles: VAProfileH264Main
  99. 0:00:00.072756738 17277 0x2020c00 DEBUG   vaapi gstvaapidisplay.c:544:ensure_profiles: VAProfileH264High
  100. 0:00:00.072944541 17277 0x2020c00 INFO   GST_ELEMENT_PADS gstelement.c:894:gst_element_get_static_pad: no such pad 'video_%u' in element "qtdemux0"
  101. 0:00:00.073073049 17277 0x2020c00 INFO   GST_ELEMENT_PADS gstutils.c:1124:gst_element_get_compatible_pad:<qtdemux0> Could not find a compatible pad to link to vaapidecode0:sink
  102. 0:00:00.073108808 17277 0x2020c00 INFO   default gstutils.c:1960:gst_element_link_pads_filtered: Could not link pads: qtdemux0:(null) - vaapidecode0:(null)
  103. 0:00:00.073151131 17277 0x2020c00 INFO   GST_PIPELINE grammar.y:571:gst_parse_perform_link: linking vaapidecode0:(any) to glimagesinkbin0:(any) (0/0) with caps "(NULL)"
  104. 0:00:00.073201138 17277 0x2020c00 INFO   GST_ELEMENT_PADS gstutils.c:1571:gst_element_link_pads_full: trying to link element vaapidecode0:(any) to element glimagesinkbin0:(any)
  105. 0:00:00.073236338 17277 0x2020c00 INFO   GST_PADS gstutils.c:932:gst_pad_check_link: trying to link vaapidecode0:src and glimagesinkbin0:sink
  106. 0:00:00.073310509 17277 0x2020c00 DEBUG   glimagesink gstglimagesink.c:1048:gst_glimage_sink_get_caps:<sink> returning caps: video/x-raw(memory:GLMemory), format=(string)RGBA, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
  107. 0:00:00.074500744 17277 0x2020c00 INFO   GST_PADS gstutils.c:1444:prepare_link_maybe_ghosting: vaapidecode0 and glimagesinkbin0 in same bin, no need for ghost pads
  108. 0:00:00.074567024 17277 0x2020c00 INFO   GST_PADS gstpad.c:2224:gst_pad_link_prepare: trying to link vaapidecode0:src and glimagesinkbin0:sink
  109. 0:00:00.074634630 17277 0x2020c00 DEBUG   glimagesink gstglimagesink.c:1048:gst_glimage_sink_get_caps:<sink> returning caps: video/x-raw(memory:GLMemory), format=(string)RGBA, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
  110. 0:00:00.075641741 17277 0x2020c00 INFO   GST_PADS gstpad.c:2430:gst_pad_link_full: linked vaapidecode0:src and glimagesinkbin0:sink, successful
  111. 0:00:00.075680434 17277 0x2020c00 INFO   GST_EVENT gstevent.c:1374:gst_event_new_reconfigure: creating reconfigure event
  112. 0:00:00.075710465 17277 0x2020c00 INFO   GST_EVENT gstpad.c:5435:gst_pad_send_event_unchecked:<vaapidecode0:src> Received event on flushing pad. Discarding
  113. Setting pipeline to PAUSED ...
  114. 0:00:00.075930745 17277 0x2020c00 INFO   GST_STATES gstbin.c:2230:gst_bin_element_set_state:<glimagesinkbin0> current NULL pending VOID_PENDING, desired next READY
  115. 0:00:00.075967621 17277 0x2020c00 DEBUG   glimagesink gstglsinkbin.c:317:gst_gl_sink_bin_change_state: changing state: NULL => READY
  116. 0:00:00.076026288 17277 0x2020c00 INFO   GST_STATES gstbin.c:2230:gst_bin_element_set_state:<sink> current NULL pending VOID_PENDING, desired next READY
  117. 0:00:00.076058205 17277 0x2020c00 DEBUG   glimagesink gstglimagesink.c:895:gst_glimage_sink_change_state: changing state: NULL => READY
  118. 0:00:00.076190903 17277 0x2020c00 INFO   GST_PADS gstpad.c:3953:gst_pad_peer_query:<vaapidecode0:sink> pad has no peer
  119. 0:00:00.076229386 17277 0x2020c00 INFO   GST_CONTEXT gstglutils.c:469:pad_query:<sink:sink> pad peer query failed
  120. 0:00:00.076258440 17277 0x2020c00 INFO   GST_CONTEXT gstglutils.c:528:_gst_context_query:<sink> posting need context message
  121. 0:00:00.076328700 17277 0x2020c00 INFO   GST_PADS gstpad.c:3953:gst_pad_peer_query:<vaapidecode0:sink> pad has no peer
  122. 0:00:00.076362434 17277 0x2020c00 INFO   GST_CONTEXT gstglutils.c:469:pad_query:<sink:sink> pad peer query failed
  123. 0:00:00.076390580 17277 0x2020c00 INFO   GST_CONTEXT gstglutils.c:528:_gst_context_query:<sink> posting need context message
  124. 0:00:00.076455951 17277 0x2020c00 INFO   GST_PADS gstpad.c:3953:gst_pad_peer_query:<vaapidecode0:sink> pad has no peer
  125. 0:00:00.076489475 17277 0x2020c00 INFO   GST_CONTEXT gstglutils.c:469:pad_query:<sink:sink> pad peer query failed
  126. 0:00:00.076517481 17277 0x2020c00 INFO   GST_CONTEXT gstglutils.c:528:_gst_context_query:<sink> posting need context message
  127. 0:00:00.076552402 17277 0x2020c00 INFO   gldisplay gstgldisplay.c:191:gst_gl_display_new: creating a display, user choice:(NULL) (platform: (NULL))
  128. 0:00:00.078668383 17277 0x2020c00 INFO   GST_CONTEXT gstglutils.c:657:gst_gl_display_context_propagate:<sink> posting have context (0x220e5e0) message with display (0x21c9b80)
  129. 0:00:00.078824129 17277 0x2020c00 INFO   GST_PADS gstpad.c:3953:gst_pad_peer_query:<vaapidecode0:sink> pad has no peer
  130. 0:00:00.078862891 17277 0x2020c00 INFO   GST_CONTEXT gstglutils.c:469:pad_query:<sink:sink> pad peer query failed
  131. 0:00:00.078891596 17277 0x2020c00 INFO   GST_CONTEXT gstglutils.c:528:_gst_context_query:<sink> posting need context message
  132. 0:00:00.078956409 17277 0x2020c00 INFO   GST_STATES gstelement.c:2330:gst_element_continue_state:<sink> completed state change to READY
  133. 0:00:00.078997336 17277 0x2020c00 INFO   GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<sink> notifying about state-changed NULL to READY (VOID_PENDING pending)
  134. 0:00:00.079055514 17277 0x2020c00 INFO   GST_STATES gstbin.c:2684:gst_bin_change_state_func:<glimagesinkbin0> child 'sink' changed state to 2(READY) successfully
  135. 0:00:00.079093926 17277 0x2020c00 INFO   GST_STATES gstbin.c:2230:gst_bin_element_set_state:<glcolorconvertelement0> current NULL pending VOID_PENDING, desired next READY
  136. 0:00:00.079127380 17277 0x2020c00 DEBUG   glbasefilter gstglbasefilter.c:406:gst_gl_base_filter_change_state:<glcolorconvertelement0> changing state: NULL => READY
  137. 0:00:00.079185069 17277 0x2020c00 INFO   GST_CONTEXT gstglutils.c:513:_gst_context_query:<glcolorconvertelement0> found context (0x220e700) in downstream query
  138. 0:00:00.079241501 17277 0x2020c00 INFO   GST_CONTEXT gstglutils.c:469:pad_query:<glcolorconvertelement0:src> pad peer query failed
  139. 0:00:00.079285291 17277 0x2020c00 INFO   GST_PADS gstpad.c:3953:gst_pad_peer_query:<vaapidecode0:sink> pad has no peer
  140. 0:00:00.079318396 17277 0x2020c00 INFO   GST_CONTEXT gstglutils.c:469:pad_query:<glcolorconvertelement0:sink> pad peer query failed
  141. 0:00:00.079346333 17277 0x2020c00 INFO   GST_CONTEXT gstglutils.c:528:_gst_context_query:<glcolorconvertelement0> posting need context message
  142. 0:00:00.079382650 17277 0x2020c00 INFO   GST_STATES gstelement.c:2330:gst_element_continue_state:<glcolorconvertelement0> completed state change to READY
  143. 0:00:00.079413869 17277 0x2020c00 INFO   GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<glcolorconvertelement0> notifying about state-changed NULL to READY (VOID_PENDING pending)
  144. 0:00:00.079449768 17277 0x2020c00 INFO   GST_STATES gstbin.c:2684:gst_bin_change_state_func:<glimagesinkbin0> child 'glcolorconvertelement0' changed state to 2(READY) successfully
  145. 0:00:00.079501590 17277 0x2020c00 INFO   GST_STATES gstbin.c:2230:gst_bin_element_set_state:<gluploadelement0> current NULL pending VOID_PENDING, desired next READY
  146. 0:00:00.079533507 17277 0x2020c00 DEBUG   glbasefilter gstglbasefilter.c:406:gst_gl_base_filter_change_state:<gluploadelement0> changing state: NULL => READY
  147. 0:00:00.079571850 17277 0x2020c00 INFO   GST_CONTEXT gstglutils.c:513:_gst_context_query:<gluploadelement0> found context (0x220ec60) in downstream query
  148. 0:00:00.079633660 17277 0x2020c00 INFO   GST_CONTEXT gstglutils.c:469:pad_query:<gluploadelement0:src> pad peer query failed
  149. 0:00:00.079670745 17277 0x2020c00 INFO   GST_PADS gstpad.c:3953:gst_pad_peer_query:<vaapidecode0:sink> pad has no peer
  150. 0:00:00.079711114 17277 0x2020c00 INFO   GST_CONTEXT gstglutils.c:469:pad_query:<gluploadelement0:sink> pad peer query failed
  151. 0:00:00.079743311 17277 0x2020c00 INFO   GST_CONTEXT gstglutils.c:528:_gst_context_query:<gluploadelement0> posting need context message
  152. 0:00:00.079805958 17277 0x2020c00 INFO   GST_STATES gstelement.c:2330:gst_element_continue_state:<gluploadelement0> completed state change to READY
  153. 0:00:00.079861063 17277 0x2020c00 INFO   GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<gluploadelement0> notifying about state-changed NULL to READY (VOID_PENDING pending)
  154. 0:00:00.079936422 17277 0x2020c00 INFO   GST_STATES gstbin.c:2684:gst_bin_change_state_func:<glimagesinkbin0> child 'gluploadelement0' changed state to 2(READY) successfully
  155. 0:00:00.080003819 17277 0x2020c00 INFO   GST_STATES gstelement.c:2330:gst_element_continue_state:<glimagesinkbin0> completed state change to READY
  156. 0:00:00.080058155 17277 0x2020c00 INFO   GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<glimagesinkbin0> notifying about state-changed NULL to READY (VOID_PENDING pending)
  157. 0:00:00.080118707 17277 0x2020c00 INFO   GST_STATES gstbin.c:2684:gst_bin_change_state_func:<pipeline0> child 'glimagesinkbin0' changed state to 2(READY) successfully
  158. 0:00:00.080183450 17277 0x2020c00 INFO   GST_STATES gstbin.c:2230:gst_bin_element_set_state:<vaapidecode0> current NULL pending VOID_PENDING, desired next READY
  159. 0:00:00.080258250 17277 0x2020c00 INFO   GST_CONTEXT gstvaapivideocontext.c:81:context_pad_query:<vaapidecode0:src> context pad peer query failed
  160. 0:00:00.080290587 17277 0x2020c00 INFO   GST_PADS gstpad.c:3953:gst_pad_peer_query:<vaapidecode0:sink> pad has no peer
  161. 0:00:00.080319152 17277 0x2020c00 INFO   GST_CONTEXT gstvaapivideocontext.c:81:context_pad_query:<vaapidecode0:sink> context pad peer query failed
  162. 0:00:00.080346809 17277 0x2020c00 INFO   GST_CONTEXT gstvaapivideocontext.c:149:gst_vaapi_video_context_prepare:<vaapidecode0> posting `need-context' message
  163. 0:00:00.080379565 17277 0x2020c00 INFO   vaapidecode gstvaapipluginbase.c:50:plugin_set_display:<vaapidecode0> set display 0x2118c20
  164. 0:00:00.080413088 17277 0x2020c00 INFO   GST_STATES gstelement.c:2330:gst_element_continue_state:<vaapidecode0> completed state change to READY
  165. 0:00:00.080442142 17277 0x2020c00 INFO   GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<vaapidecode0> notifying about state-changed NULL to READY (VOID_PENDING pending)
  166. 0:00:00.080476993 17277 0x2020c00 INFO   GST_STATES gstbin.c:2684:gst_bin_change_state_func:<pipeline0> child 'vaapidecode0' changed state to 2(READY) successfully
  167. 0:00:00.080513101 17277 0x2020c00 INFO   GST_STATES gstbin.c:2230:gst_bin_element_set_state:<qtdemux0> current NULL pending VOID_PENDING, desired next READY
  168. 0:00:00.080551933 17277 0x2020c00 INFO   GST_STATES gstelement.c:2330:gst_element_continue_state:<qtdemux0> completed state change to READY
  169. 0:00:00.080581196 17277 0x2020c00 INFO   GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<qtdemux0> notifying about state-changed NULL to READY (VOID_PENDING pending)
  170. 0:00:00.080614720 17277 0x2020c00 INFO   GST_STATES gstbin.c:2684:gst_bin_change_state_func:<pipeline0> child 'qtdemux0' changed state to 2(READY) successfully
  171. 0:00:00.080647825 17277 0x2020c00 INFO   GST_STATES gstbin.c:2230:gst_bin_element_set_state:<filesrc0> current NULL pending VOID_PENDING, desired next READY
  172. 0:00:00.080705025 17277 0x2020c00 INFO   GST_STATES gstelement.c:2330:gst_element_continue_state:<filesrc0> completed state change to READY
  173. 0:00:00.080741552 17277 0x2020c00 INFO   GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<filesrc0> notifying about state-changed NULL to READY (VOID_PENDING pending)
  174. 0:00:00.080777031 17277 0x2020c00 INFO   GST_STATES gstbin.c:2684:gst_bin_change_state_func:<pipeline0> child 'filesrc0' changed state to 2(READY) successfully
  175. 0:00:00.080810835 17277 0x2020c00 INFO   GST_STATES gstelement.c:2305:gst_element_continue_state:<pipeline0> committing state from NULL to READY, pending PAUSED, next PAUSED
  176. 0:00:00.080842682 17277 0x2020c00 INFO   GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<pipeline0> notifying about state-changed NULL to READY (PAUSED pending)
  177. 0:00:00.080937806 17277 0x2020c00 INFO   GST_STATES gstelement.c:2312:gst_element_continue_state:<pipeline0> continue state change READY to PAUSED, final PAUSED
  178. 0:00:00.081040263 17277 0x2020c00 INFO   GST_STATES gstbin.c:2230:gst_bin_element_set_state:<glimagesinkbin0> current READY pending VOID_PENDING, desired next PAUSED
  179. 0:00:00.081093552 17277 0x2020c00 DEBUG   glimagesink gstglsinkbin.c:317:gst_gl_sink_bin_change_state: changing state: READY => PAUSED
  180. 0:00:00.081133990 17277 0x2020c00 INFO   GST_STATES gstbin.c:2230:gst_bin_element_set_state:<sink> current READY pending VOID_PENDING, desired next PAUSED
  181. 0:00:00.081165838 17277 0x2020c00 DEBUG   glimagesink gstglimagesink.c:895:gst_glimage_sink_change_state: changing state: READY => PAUSED
  182. 0:00:00.081195590 17277 0x2020c00 DEBUG   glimagesink gstglimagesink.c:709:_ensure_gl_setup:<sink> No current context, creating one for <gldisplayx11-0>
  183. 0:00:00.081225901 17277 0x2020c00 DEBUG   gldisplay gstgldisplay.c:478:gst_gl_display_get_gl_context_for_thread:<gldisplayx11-0> returning context (NULL) for thread (nil)
  184. 0:00:00.081267806 17277 0x2020c00 INFO   glcontext gstglcontext.c:282:gst_gl_context_new: creating a context for display <gldisplayx11-0>, user choice:(null)
  185. 0:00:00.081390866 17277 0x2020c00 DEBUG   glcontext gstglcontext.c:317:gst_gl_context_new:<glcontextglx0> Done creating context for display <gldisplayx11-0> (user_choice:(null))
  186. 0:00:00.081425368 17277 0x2020c00 DEBUG   gldisplay gstgldisplay.c:411:gst_gl_display_create_context:<gldisplayx11-0> creating context <glcontextglx0> from other context (NULL)
  187. 0:00:00.081480263 17277 0x2020c00 DEBUG   glcontext gstglcontext.c:920:gst_gl_context_create:<glcontextglx0> other_context:(NULL)
  188. 0:00:00.081518676 17277 0x2020c00 INFO   glwindow gstglwindow.c:271:gst_gl_window_new: creating a window, user choice:(null)
  189. 0:00:00.082182587 17277 0x2020c00 DEBUG   glcontext gstglcontext.c:781:gst_gl_context_set_window:<glcontextglx0> window:<glwindowx11-0>
  190. 0:00:00.082541082 17277 0x20cc230 DEBUG   glcontext gstglcontext.c:1214:gst_gl_context_create_thread:<glcontextglx0> Creating thread
  191. 0:00:00.144367241 17277 0x20cc230 INFO   glwindow gstglcontext_glx.c:303:gst_gl_context_glx_choose_format: GLX Version: 1.4
  192. 0:00:00.144494631 17277 0x20cc230 DEBUG   glwindow gstglcontext_glx.c:121:_describe_fbconfig: ID: 100
  193. 0:00:00.144522009 17277 0x20cc230 DEBUG   glwindow gstglcontext_glx.c:123:_describe_fbconfig: double buffering: 1
  194. 0:00:00.144580955 17277 0x20cc230 DEBUG   glwindow gstglcontext_glx.c:125:_describe_fbconfig: red: 8
  195. 0:00:00.144590384 17277 0x20cc230 DEBUG   glwindow gstglcontext_glx.c:127:_describe_fbconfig: green: 8
  196. 0:00:00.144614968 17277 0x20cc230 DEBUG   glwindow gstglcontext_glx.c:129:_describe_fbconfig: blue: 8
  197. 0:00:00.144623069 17277 0x20cc230 DEBUG   glwindow gstglcontext_glx.c:131:_describe_fbconfig: alpha: 8
  198. 0:00:00.144648003 17277 0x20cc230 DEBUG   glwindow gstglcontext_glx.c:133:_describe_fbconfig: depth: 24
  199. 0:00:00.144656384 17277 0x20cc230 DEBUG   glwindow gstglcontext_glx.c:135:_describe_fbconfig: stencil: 8
  200. 0:00:00.145818333 17277 0x20cc230 INFO   glcontext gstglcontext.c:1272:gst_gl_context_create_thread:<glcontextglx0> Attempting to create opengl context. user chosen api(s) (any), compiled api support (opengl opengl3 gles2) display api (opengl opengl3 gles2)
  201. 0:00:00.145944816 17277 0x20cc230 DEBUG   glwindow gstglcontext_glx.c:194:gst_gl_context_glx_create_context:<glwindowx11-0> trying to create a GL 3.1 core context
  202. 0:00:00.146340536 17277 0x20cc230 DEBUG   glwindow gstglcontext_glx.c:209:gst_gl_context_glx_create_context:<glwindowx11-0> trying to create a GL 1.4 context
  203. 0:00:00.154192303 17277 0x20cc230 INFO   glcontext gstglcontext.c:1283:gst_gl_context_create_thread:<glcontextglx0> created context
  204. 0:00:00.154302373 17277 0x20cc230 DEBUG   glcontext gstglcontext.c:631:gst_gl_context_activate:<glcontextglx0> activate:1
  205. 0:00:00.155267300 17277 0x20cc230 INFO   glcontext gstglcontext.c:1299:gst_gl_context_create_thread:<glcontextglx0> available GL APIs: opengl
  206. 0:00:00.155303198 17277 0x20cc230 DEBUG   glcontext gstglcontext.c:1318:gst_gl_context_create_thread:<glcontextglx0> Filling info
  207. 0:00:00.155473471 17277 0x20cc230 INFO   glcontext gstglcontext.c:1114:_create_context_info:<glcontextglx0> GL_VERSION: 2.1 Mesa 10.7.0-devel (git-2cfa64e 2015-07-09 trusty-oibaf-ppa+xbmc-nv12-transcode)
  208. 0:00:00.155504202 17277 0x20cc230 INFO   glcontext gstglcontext.c:1117:_create_context_info:<glcontextglx0> GL_SHADING_LANGUAGE_VERSION: 1.20
  209. 0:00:00.155533186 17277 0x20cc230 INFO   glcontext gstglcontext.c:1119:_create_context_info:<glcontextglx0> GL_VENDOR: Intel Open Source Technology Center
  210. 0:00:00.155564265 17277 0x20cc230 INFO   glcontext gstglcontext.c:1121:_create_context_info:<glcontextglx0> GL_RENDERER: Mesa DRI Intel(R) Ironlake Mobile
  211. 0:00:00.155601491 17277 0x20cc230 DEBUG   glcontext gstglcontext.c:1470:gst_gl_context_fill_info:<glcontextglx0> GL_EXTENSIONS: GL_ARB_multisample GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_copy_texture GL_EXT_polygon_offset GL_EXT_subtexture GL_EXT_texture_object GL_EXT_vertex_array GL_EXT_compiled_vertex_array GL_EXT_texture GL_EXT_texture3D GL_IBM_rasterpos_clip GL_ARB_point_parameters GL_EXT_draw_range_elements GL_EXT_packed_pixels GL_EXT_point_parameters GL_EXT_rescale_normal GL_EXT_separate_specular_color GL_EXT_texture_edge_clamp GL_SGIS_generate_mipmap GL_SGIS_texture_border_clamp GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod GL_ARB_framebuffer_sRGB GL_ARB_multitexture GL_EXT_framebuffer_sRGB GL_IBM_multimode_draw_arrays GL_IBM_texture_mirrored_repeat GL_3DFX_texture_compression_FXT1 GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_transpose_matrix GL_EXT_blend_func_separate GL_EXT_fog_coord GL_EXT_multi_draw_arrays GL_EXT_secondary_color GL_EXT_texture_env_add GL_EXT_texture_filter_anisotropic GL_EXT_texture_lod_bias GL_INGR_blend_func_separate GL_NV_blend_square GL_NV_light_max_exponent GL_NV_texgen_reflection GL_NV_texture_env_combine4 GL_S3_s3tc GL_SUN_multi_draw_arrays GL_ARB_texture_border_clamp GL_ARB_texture_compression GL_EXT_framebuffer_object GL_EXT_texture_compression_s3tc GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_MESA_window_pos GL_NV_packed_depth_stencil GL_NV_texture_rectangle GL_ARB_depth_texture GL_ARB_occlusion_query GL_ARB_shadow GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_mirrored_repeat GL_ARB_window_pos GL_EXT_stencil_two_side GL_EXT_texture_cube_map GL_NV_depth_clamp GL_APPLE_packed_pixels GL_APPLE_vertex_array_object GL_ARB_draw_buffers GL_ARB_fragment_program GL_ARB_fragment_shader GL_ARB_shader_objects GL_ARB_vertex_program GL_ARB_vertex_shader GL_ATI_draw_buffers GL_ATI_texture_env_combine3 GL_ATI_texture_float GL_EXT_shadow_funcs GL_EXT_stencil_wrap GL_MESA_pack_invert GL_NV_primitive_restart GL_ARB_depth_clamp GL_ARB_fragment_program_shadow GL_ARB_half_float_pixel GL_ARB_occlusion_query2 GL_ARB_point_sprite GL_ARB_shading_language_100 GL_ARB_sync GL_ARB_texture_non_power_of_two GL_ARB_vertex_buffer_object GL_ATI_blend_equation_separate GL_EXT_blend_equation_separate GL_OES_read_format GL_ARB_color_buffer_float GL_ARB_pixel_buffer_object GL_ARB_texture_compression_rgtc GL_ARB_texture_float GL_ARB_texture_rectangle GL_EXT_packed_float GL_EXT_pixel_buffer_object GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_rectangle GL_EXT_texture_sRGB GL_EXT_texture_shared_exponent GL_ARB_framebuffer_object GL_EXT_framebuffer_blit GL_EXT_packed_depth_stencil GL_APPLE_object_purgeable GL_ARB_vertex_array_object GL_ATI_separate_stencil GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_gpu_program_parameters GL_EXT_texture_array GL_EXT_texture_integer GL_EXT_texture_sRGB_decode GL_EXT_timer_query GL_OES_EGL_image GL_AMD_performance_monitor GL_ARB_copy_buffer GL_ARB_depth_buffer_float GL_ARB_draw_instanced GL_ARB_half_float_vertex GL_ARB_instanced_arrays GL_ARB_map_buffer_range GL_ARB_texture_rg GL_ARB_texture_swizzle GL_ARB_vertex_array_bgra GL_EXT_texture_swizzle GL_EXT_vertex_array_bgra GL_NV_conditional_render GL_AMD_seamless_cubemap_per_texture GL_ARB_ES2_compatibility GL_ARB_debug_output GL_ARB_draw_elements_base_vertex GL_ARB_explicit_attrib_location GL_ARB_fragment_coord_conventions GL_ARB_provoking_vertex GL_ARB_sampler_objects GL_ARB_seamless_cube_map GL_ARB_shader_texture_lod GL_ARB_texture_query_lod GL_ARB_texture_rgb10_a2ui GL_ARB_vertex_type_2_10_10_10_rev GL_EXT_provoking_vertex GL_EXT_texture_snorm GL_MESA_texture_signed_rgba GL_ARB_get_program_binary GL_ARB_robustness GL_ARB_separate_shader_objects GL_ARB_shader_bit_encoding GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_ARB_compressed_texture_pixel_storage GL_ARB_internalformat_query GL_ARB_map_buffer_alignment GL_ARB_texture_storage GL_AMD_shader_trinary_minmax GL_ARB_clear_buffer_object GL_ARB_copy_image GL_ARB_explicit_uniform_location GL_ARB_invalidate_subdata GL_ARB_program_interface_query GL_ARB_vertex_attrib_binding GL_KHR_debug GL_ARB_buffer_storage GL_ARB_clear_texture GL_ARB_multi_bind GL_ARB_seamless_cubemap_per_texture GL_ARB_texture_mirror_clamp_to_edge GL_ARB_vertex_type_10f_11f_11f_rev GL_INTEL_performance_query GL_ARB_clip_control GL_ARB_pipeline_statistics_query GL_KHR_context_flush_control
  212. 0:00:00.156283002 17277 0x20cc230 INFO   glcontext gstglcontext.c:1328:gst_gl_context_create_thread:<glcontextglx0> Enabling GL context debugging
  213. 0:00:00.156380361 17277 0x2020c00 INFO   glcontext gstglcontext.c:937:gst_gl_context_create:<glcontextglx0> gl thread created
  214. 0:00:00.156458024 17277 0x2020c00 DEBUG   glimagesink gstglimagesink.c:728:_ensure_gl_setup:<sink> created context <glcontextglx0> from other context (NULL)
  215. 0:00:00.156523046 17277 0x2020c00 DEBUG   glimagesink gstglimagesink.c:732:_ensure_gl_setup:<sink> got window <glwindowx11-0>
  216. 0:00:00.156639402 17277 0x2020c00 DEBUG   glimagesink gstglimagesink.c:739:_ensure_gl_setup:<sink> window_id : 0 , new_window_id : 0
  217. 0:00:00.156715040 17277 0x2020c00 DEBUG   gldisplay gstgldisplay.c:562:gst_gl_display_add_context:<gldisplayx11-0> successfully inserted context <glcontextglx0>
  218. 0:00:00.156813935 17277 0x2020c00 INFO   GST_STATES gstbin.c:2690:gst_bin_change_state_func:<glimagesinkbin0> child 'sink' is changing state asynchronously to PAUSED
  219. 0:00:00.156873161 17277 0x2020c00 INFO   GST_STATES gstbin.c:2230:gst_bin_element_set_state:<glcolorconvertelement0> current READY pending VOID_PENDING, desired next PAUSED
  220. 0:00:00.156912342 17277 0x2020c00 DEBUG   glbasefilter gstglbasefilter.c:406:gst_gl_base_filter_change_state:<glcolorconvertelement0> changing state: READY => PAUSED
  221. 0:00:00.157002716 17277 0x2020c00 INFO   GST_STATES gstelement.c:2330:gst_element_continue_state:<glcolorconvertelement0> completed state change to PAUSED
  222. 0:00:00.157068856 17277 0x2020c00 INFO   GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<glcolorconvertelement0> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
  223. 0:00:00.157170196 17277 0x2020c00 INFO   GST_STATES gstbin.c:2684:gst_bin_change_state_func:<glimagesinkbin0> child 'glcolorconvertelement0' changed state to 3(PAUSED) successfully
  224. 0:00:00.157237802 17277 0x2020c00 INFO   GST_STATES gstbin.c:2230:gst_bin_element_set_state:<gluploadelement0> current READY pending VOID_PENDING, desired next PAUSED
  225. 0:00:00.157298354 17277 0x2020c00 DEBUG   glbasefilter gstglbasefilter.c:406:gst_gl_base_filter_change_state:<gluploadelement0> changing state: READY => PAUSED
  226. 0:00:00.157365542 17277 0x2020c00 INFO   GST_STATES gstelement.c:2330:gst_element_continue_state:<gluploadelement0> completed state change to PAUSED
  227. 0:00:00.157403535 17277 0x2020c00 INFO   GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<gluploadelement0> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
  228. 0:00:00.157468558 17277 0x2020c00 INFO   GST_STATES gstbin.c:2684:gst_bin_change_state_func:<glimagesinkbin0> child 'gluploadelement0' changed state to 3(PAUSED) successfully
  229. 0:00:00.157562075 17277 0x2020c00 INFO   GST_STATES gstbin.c:2690:gst_bin_change_state_func:<pipeline0> child 'glimagesinkbin0' is changing state asynchronously to PAUSED
  230. 0:00:00.157626259 17277 0x2020c00 INFO   GST_STATES gstbin.c:2230:gst_bin_element_set_state:<vaapidecode0> current READY pending VOID_PENDING, desired next PAUSED
  231. 0:00:00.157717402 17277 0x2020c00 INFO   GST_STATES gstelement.c:2330:gst_element_continue_state:<vaapidecode0> completed state change to PAUSED
  232. 0:00:00.157756024 17277 0x2020c00 INFO   GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<vaapidecode0> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
  233. 0:00:00.157854431 17277 0x2020c00 INFO   GST_STATES gstbin.c:2684:gst_bin_change_state_func:<pipeline0> child 'vaapidecode0' changed state to 3(PAUSED) successfully
  234. 0:00:00.157924412 17277 0x2020c00 INFO   GST_STATES gstbin.c:2230:gst_bin_element_set_state:<qtdemux0> current READY pending VOID_PENDING, desired next PAUSED
  235. 0:00:00.158050266 17277 0x2020c00 INFO   filesrc gstfilesrc.c:449:gst_file_src_start:<filesrc0> opening file /home/vliaskov/Videos/run01.mp4
  236. 0:00:00.158204894 17277 0x2020c00 WARN   basesrc gstbasesrc.c:3481:gst_base_src_start_complete:<filesrc0> pad not activated yet
  237. 0:00:00.158339828 17277 0x2020c00 INFO   filesrc gstfilesrc.c:449:gst_file_src_start:<filesrc0> opening file /home/vliaskov/Videos/run01.mp4
  238. 0:00:00.158510031 17277 0x2020c00 INFO   task gsttask.c:448:gst_task_set_lock: setting stream lock 0x21aa2f0 on task 0x2221050
  239. 0:00:00.158572469 17277 0x2020c00 INFO   GST_PADS gstpad.c:5778:gst_pad_start_task:<qtdemux0:sink> created task 0x2221050
  240. 0:00:00.158830951 17277 0x2020c00 INFO   GST_STATES gstelement.c:2330:gst_element_continue_state:<qtdemux0> completed state change to PAUSED
  241. 0:00:00.158892691 17277 0x2020c00 INFO   GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<qtdemux0> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
  242. 0:00:00.158959250 17277 0x2020c00 INFO   GST_STATES gstbin.c:2684:gst_bin_change_state_func:<pipeline0> child 'qtdemux0' changed state to 3(PAUSED) successfully
  243. 0:00:00.158997802 17277 0x2020c00 INFO   GST_STATES gstbin.c:2230:gst_bin_element_set_state:<filesrc0> current READY pending VOID_PENDING, desired next PAUSED
  244. 0:00:00.159049904 17277 0x2020c00 INFO   GST_STATES gstelement.c:2330:gst_element_continue_state:<filesrc0> completed state change to PAUSED
  245. 0:00:00.159061498 17277 0x2020c00 INFO   GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<filesrc0> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
  246. 0:00:00.159094044 17277 0x2020c00 INFO   GST_STATES gstbin.c:2684:gst_bin_change_state_func:<pipeline0> child 'filesrc0' changed state to 3(PAUSED) successfully
  247. Pipeline is PREROLLING ...
  248. 0:00:00.159233726 17277 0x20cc000 WARN   qtdemux qtdemux_types.c:209:qtdemux_type_get: unknown QuickTime node type iods
  249. 0:00:00.159548361 17277 0x20cc000 INFO   qtdemux qtdemux.c:10972:qtdemux_parse_tree:<qtdemux0> timescale: 1000
  250. 0:00:00.159583701 17277 0x20cc000 INFO   qtdemux qtdemux.c:10973:qtdemux_parse_tree:<qtdemux0> duration: 5016
  251. Got context from element 'vaapidecode0': gst.vaapi.Display=context, display=(GstVaapiDisplay)NULL;
  252. 0:00:00.159709206 17277 0x20cc000 INFO   qtdemux qtdemux.c:8720:qtdemux_parse_trak:<qtdemux0> type avc1 caps video/x-h264, stream-format=(string)avc, alignment=(string)au, level=(string)3.1, profile=(string)high, codec_data=(buffer)0164001fffe100176764001facb402802dd0800000030080000018078c195001000468ee3cb0
  253. Got context from element 'sink': gst.gl.GLDisplay=context, gst.gl.GLDisplay=(GstGLDisplay)"\(GstGLDisplayX11\)\ gldisplayx11-0";
  254. 0:00:00.159847002 17277 0x20cc000 INFO   qtdemux qtdemux.c:9299:qtdemux_parse_trak:<qtdemux0> type mp4a caps audio/mpeg, mpegversion=(int)4, framed=(boolean)true, stream-format=(string)raw, level=(string)2, base-profile=(string)lc, profile=(string)lc, codec_data=(buffer)12100000000000000000000000000000
  255. 0:00:00.160002399 17277 0x20cc000 WARN   basesrc gstbasesrc.c:2391:gst_base_src_update_length:<filesrc0> processing at or past EOS
  256. 0:00:00.160033339 17277 0x20cc000 INFO   GST_SCHEDULING gstpad.c:4585:gst_pad_get_range_unchecked:<filesrc0:src> getrange failed, flow: eos
  257. 0:00:00.160045841 17277 0x20cc000 INFO   GST_SCHEDULING gstpad.c:4794:gst_pad_pull_range:<qtdemux0:sink> pullrange failed, flow: eos
  258. 0:00:00.160266818 17277 0x20cc000 INFO   GST_ELEMENT_PADS gstelement.c:897:gst_element_get_static_pad: found pad qtdemux0:sink
  259. 0:00:00.160424660 17277 0x20cc000 INFO   GST_EVENT gstevent.c:679:gst_event_new_caps: creating caps event video/x-h264, stream-format=(string)avc, alignment=(string)au, level=(string)3.1, profile=(string)high, codec_data=(buffer)0164001fffe100176764001facb402802dd0800000030080000018078c195001000468ee3cb0, width=(int)1280, height=(int)720, framerate=(fraction)24/1, pixel-aspect-ratio=(fraction)1/1
  260. 0:00:00.160501485 17277 0x20cc000 INFO   GST_ELEMENT_PADS gstelement.c:646:gst_element_add_pad:<qtdemux0> adding pad 'video_0'
  261. 0:00:00.160551003 17277 0x20cc000 INFO   GST_PIPELINE grammar.y:499:gst_parse_found_pad: trying delayed linking qtdemux0:(NULL) to vaapidecode0:(NULL)
  262. 0:00:00.160566228 17277 0x20cc000 INFO   GST_ELEMENT_PADS gstutils.c:1571:gst_element_link_pads_full: trying to link element qtdemux0:(any) to element vaapidecode0:(any)
  263. 0:00:00.160618190 17277 0x20cc000 INFO   GST_PADS gstutils.c:932:gst_pad_check_link: trying to link qtdemux0:video_0 and vaapidecode0:sink
  264. 0:00:00.160686634 17277 0x20cc000 INFO   GST_PADS gstutils.c:1444:prepare_link_maybe_ghosting: qtdemux0 and vaapidecode0 in same bin, no need for ghost pads
  265. 0:00:00.160725885 17277 0x20cc000 INFO   GST_PADS gstpad.c:2224:gst_pad_link_prepare: trying to link qtdemux0:video_0 and vaapidecode0:sink
  266. 0:00:00.160783015 17277 0x20cc000 INFO   GST_PADS gstpad.c:2430:gst_pad_link_full: linked qtdemux0:video_0 and vaapidecode0:sink, successful
  267. 0:00:00.160814165 17277 0x20cc000 INFO   GST_EVENT gstevent.c:1374:gst_event_new_reconfigure: creating reconfigure event
  268. 0:00:00.160923117 17277 0x20cc000 INFO   GST_ELEMENT_PADS gstelement.c:897:gst_element_get_static_pad: found pad qtdemux0:sink
  269. 0:00:00.161046596 17277 0x20cc000 INFO   GST_EVENT gstevent.c:679:gst_event_new_caps: creating caps event audio/mpeg, mpegversion=(int)4, framed=(boolean)true, stream-format=(string)raw, level=(string)2, base-profile=(string)lc, profile=(string)lc, codec_data=(buffer)12100000000000000000000000000000, rate=(int)44100, channels=(int)2
  270. 0:00:00.161117066 17277 0x20cc000 INFO   GST_ELEMENT_PADS gstelement.c:646:gst_element_add_pad:<qtdemux0> adding pad 'audio_0'
  271. 0:00:00.161210165 17277 0x20cc000 INFO   GST_EVENT gstevent.c:760:gst_event_new_segment: creating segment event time segment start=0:00:00.000000000, offset=0:00:00.000000000, stop=0:00:05.000000000, rate=1,000000, applied_rate=1,000000, flags=0x00, time=0:00:00.000000000, base=0:00:00.000000000, position 0:00:00.000000000, duration 99:99:99.999999999
  272. 0:00:00.161493860 17277 0x20cc000 INFO   vaapidecode gstvaapidecode.c:168:gst_vaapidecode_update_sink_caps:<vaapidecode0> new sink caps = video/x-h264, stream-format=(string)avc, alignment=(string)au, level=(string)3.1, profile=(string)high, codec_data=(buffer)0164001fffe100176764001facb402802dd0800000030080000018078c195001000468ee3cb0, width=(int)1280, height=(int)720, framerate=(fraction)24/1, pixel-aspect-ratio=(fraction)1/1
  273. 0:00:00.161786565 17277 0x20cc000 DEBUG   vaapidecode gstvaapipluginbase.c:463:ensure_sinkpad_buffer_pool: assume video buffer pool format is NV12
  274. 0:00:00.161952228 17277 0x20cc000 DEBUG   vaapi gstvaapiimage.c:261:gst_vaapi_image_new: format I420, size 1280x720
  275. 0:00:00.162014946 17277 0x20cc000 DEBUG   vaapi gstvaapidisplay.c:713:ensure_image_formats: 8 image formats
  276. 0:00:00.162026051 17277 0x20cc000 DEBUG   vaapi gstvaapidisplay.c:715:ensure_image_formats: YV12
  277. 0:00:00.162053289 17277 0x20cc000 DEBUG   vaapi gstvaapidisplay.c:715:ensure_image_formats: I420
  278. 0:00:00.162079828 17277 0x20cc000 DEBUG   vaapi gstvaapidisplay.c:715:ensure_image_formats: NV12
  279. 0:00:00.162089885 17277 0x20cc000 DEBUG   vaapi gstvaapidisplay.c:715:ensure_image_formats: YUY2
  280. 0:00:00.162116076 17277 0x20cc000 DEBUG   vaapi gstvaapidisplay.c:715:ensure_image_formats: UYVY
  281. 0:00:00.162141987 17277 0x20cc000 DEBUG   vaapi gstvaapidisplay.c:715:ensure_image_formats: 422H
  282. 0:00:00.162151974 17277 0x20cc000 DEBUG   vaapi gstvaapidisplay.c:715:ensure_image_formats: RGBX
  283. 0:00:00.162178165 17277 0x20cc000 DEBUG   vaapi gstvaapidisplay.c:715:ensure_image_formats: BGRX
  284. 0:00:00.162208825 17277 0x20cc000 DEBUG   vaapi gstvaapidisplay.c:246:append_formats: unsupported format 422H
  285. 0:00:00.162278108 17277 0x20cc000 DEBUG   vaapi gstvaapiimage.c:206:gst_vaapi_image_create: image 0xa000000
  286. 0:00:00.162342711 17277 0x20cc000 DEBUG   vaapi gstvaapiimage.c:116:gst_vaapi_image_destroy: image 0xa000000
  287. 0:00:00.163082400 17277 0x20cc000 DEBUG   vaapi gstvaapidecoder_h264.c:1633:parse_sps: parse SPS
  288. 0:00:00.163130311 17277 0x20cc000 DEBUG   vaapi gstvaapidecoder_h264.c:1787:decode_sps: decode SPS
  289. 0:00:00.163156781 17277 0x20cc000 DEBUG   vaapi gstvaapidecoder_h264.c:1680:parse_pps: parse PPS
  290. 0:00:00.163186603 17277 0x20cc000 DEBUG   vaapi gstvaapidecoder_h264.c:1813:decode_pps: decode PPS
  291. 0:00:00.163225295 17277 0x20cc000 DEBUG   vaapi gstvaapidecoder_h264.c:1725:parse_slice: parse slice
  292. 0:00:00.163283613 17277 0x20cc000 DEBUG   vaapidecode gstvaapidecode.c:393:gst_vaapidecode_handle_frame:<vaapidecode0> activating the decoder
  293. 0:00:00.163840387 17277 0x20cc000 DEBUG   glimagesink gstglimagesink.c:1040:gst_glimage_sink_get_caps:<sink> intersecting with filter caps video/x-raw(memory:GLMemory), width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], format=(string){ RGB, RGBx, RGBA, BGR, BGRx, BGRA, xRGB, xBGR, ARGB, ABGR, Y444, I420, YV12, Y42B, Y41B, NV12, NV21, YUY2, UYVY, AYUV, GRAY8, GRAY16_LE, GRAY16_BE, RGB16, BGR16 }
  294. 0:00:00.163994108 17277 0x20cc000 DEBUG   glimagesink gstglimagesink.c:1048:gst_glimage_sink_get_caps:<sink> returning caps: video/x-raw(memory:GLMemory), width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], format=(string)RGBA
  295. 0:00:00.164674991 17277 0x20cc000 INFO   vaapidecode gstvaapidecode.c:227:gst_vaapidecode_update_src_caps:<vaapidecode0> new src caps = video/x-raw, format=(string)I420, width=(int)1280, height=(int)720, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, chroma-site=(string)mpeg2, colorimetry=(string)bt709, framerate=(fraction)24/1
  296. 0:00:00.164769975 17277 0x20cc000 INFO   GST_EVENT gstevent.c:679:gst_event_new_caps: creating caps event video/x-raw, format=(string)I420, width=(int)1280, height=(int)720, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, chroma-site=(string)mpeg2, colorimetry=(string)bt709, framerate=(fraction)24/1
  297. Redistribute latency...
  298. 0:00:00.164944229 17277 0x2020c00 INFO   GST_EVENT gstevent.c:1245:gst_event_new_latency: creating latency event 0:00:00.000000000
  299. 0:00:00.165051226 17277 0x2020c00 INFO   bin gstbin.c:2502:gst_bin_do_latency_func:<pipeline0> configured latency of 0:00:00.000000000
  300. 0:00:00.165204248 17277 0x20cc000 DEBUG   glimagesink gstglimagesink.c:1040:gst_glimage_sink_get_caps:<sink> intersecting with filter caps video/x-raw(memory:GLMemory), width=(int)1280, height=(int)720, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)24/1, format=(string){ RGB, RGBx, RGBA, BGR, BGRx, BGRA, xRGB, xBGR, ARGB, ABGR, Y444, I420, YV12, Y42B, Y41B, NV12, NV21, YUY2, UYVY, AYUV, GRAY8, GRAY16_LE, GRAY16_BE, RGB16, BGR16 }
  301. 0:00:00.165292248 17277 0x20cc000 DEBUG   glimagesink gstglimagesink.c:1048:gst_glimage_sink_get_caps:<sink> returning caps: video/x-raw(memory:GLMemory), width=(int)1280, height=(int)720, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)24/1, format=(string)RGBA
  302. 0:00:00.165849721 17277 0x20cc000 DEBUG   glimagesink gstglimagesink.c:1040:gst_glimage_sink_get_caps:<sink> intersecting with filter caps video/x-raw(memory:GLMemory), width=(int)1280, height=(int)720, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)24/1, format=(string){ RGB, RGBx, RGBA, BGR, BGRx, BGRA, xRGB, xBGR, ARGB, ABGR, Y444, I420, YV12, Y42B, Y41B, NV12, NV21, YUY2, UYVY, AYUV, GRAY8, GRAY16_LE, GRAY16_BE, RGB16, BGR16 }
  303. 0:00:00.165919702 17277 0x20cc000 DEBUG   glimagesink gstglimagesink.c:1048:gst_glimage_sink_get_caps:<sink> returning caps: video/x-raw(memory:GLMemory), width=(int)1280, height=(int)720, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)24/1, format=(string)RGBA
  304. 0:00:00.166438972 17277 0x20cc000 DEBUG   glimagesink gstglimagesink.c:1040:gst_glimage_sink_get_caps:<sink> intersecting with filter caps video/x-raw(memory:GLMemory), width=(int)1280, height=(int)720, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)24/1, format=(string){ RGB, RGBx, RGBA, BGR, BGRx, BGRA, xRGB, xBGR, ARGB, ABGR, Y444, I420, YV12, Y42B, Y41B, NV12, NV21, YUY2, UYVY, AYUV, GRAY8, GRAY16_LE, GRAY16_BE, RGB16, BGR16 }
  305. 0:00:00.166523550 17277 0x20cc000 DEBUG   glimagesink gstglimagesink.c:1048:gst_glimage_sink_get_caps:<sink> returning caps: video/x-raw(memory:GLMemory), width=(int)1280, height=(int)720, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)24/1, format=(string)RGBA
  306. 0:00:00.166726718 17277 0x20cc000 INFO   GST_EVENT gstevent.c:679:gst_event_new_caps: creating caps event video/x-raw(memory:GLMemory), format=(string)I420, width=(int)1280, height=(int)720, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, chroma-site=(string)mpeg2, colorimetry=(string)bt709, framerate=(fraction)24/1
  307. 0:00:00.167016559 17277 0x20cc000 DEBUG   glimagesink gstglimagesink.c:1040:gst_glimage_sink_get_caps:<sink> intersecting with filter caps video/x-raw(memory:GLMemory), width=(int)1280, height=(int)720, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)24/1, format=(string){ RGB, RGBx, RGBA, BGR, BGRx, BGRA, xRGB, xBGR, ARGB, ABGR, Y444, I420, YV12, Y42B, Y41B, NV12, NV21, YUY2, UYVY, AYUV, GRAY8, GRAY16_LE, GRAY16_BE, RGB16, BGR16 }
  308. 0:00:00.167084305 17277 0x20cc000 DEBUG   glimagesink gstglimagesink.c:1048:gst_glimage_sink_get_caps:<sink> returning caps: video/x-raw(memory:GLMemory), width=(int)1280, height=(int)720, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)24/1, format=(string)RGBA
  309. 0:00:00.167463753 17277 0x20cc000 DEBUG   glimagesink gstglimagesink.c:1040:gst_glimage_sink_get_caps:<sink> intersecting with filter caps video/x-raw(memory:GLMemory), width=(int)1280, height=(int)720, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)24/1, format=(string){ RGB, RGBx, RGBA, BGR, BGRx, BGRA, xRGB, xBGR, ARGB, ABGR, Y444, I420, YV12, Y42B, Y41B, NV12, NV21, YUY2, UYVY, AYUV, GRAY8, GRAY16_LE, GRAY16_BE, RGB16, BGR16 }
  310. 0:00:00.167531150 17277 0x20cc000 DEBUG   glimagesink gstglimagesink.c:1048:gst_glimage_sink_get_caps:<sink> returning caps: video/x-raw(memory:GLMemory), width=(int)1280, height=(int)720, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)24/1, format=(string)RGBA
  311. 0:00:00.167605950 17277 0x20cc000 DEBUG   glimagesink gstglimagesink.c:1048:gst_glimage_sink_get_caps:<sink> returning caps: video/x-raw(memory:GLMemory), format=(string)RGBA, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
  312. 0:00:00.167665874 17277 0x20cc000 INFO   GST_EVENT gstevent.c:679:gst_event_new_caps: creating caps event video/x-raw(memory:GLMemory), width=(int)1280, height=(int)720, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)24/1, format=(string)RGBA
  313. 0:00:00.167729360 17277 0x20cc000 DEBUG   glimagesink gstglimagesink.c:1048:gst_glimage_sink_get_caps:<sink> returning caps: video/x-raw(memory:GLMemory), format=(string)RGBA, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
  314. 0:00:00.167769099 17277 0x20cc000 DEBUG   glimagesink gstglimagesink.c:1191:gst_glimage_sink_set_caps:<sink> set caps with video/x-raw(memory:GLMemory), width=(int)1280, height=(int)720, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)24/1, format=(string)RGBA
  315. 0:00:00.167827975 17277 0x20cc000 DEBUG   glimagesink gstglimagesink.c:1093:configure_display_from_info: keeping video height
  316. 0:00:00.167855004 17277 0x20cc000 DEBUG   glimagesink gstglimagesink.c:1111:configure_display_from_info: scaling to 1280x720
  317. 0:00:00.167925893 17277 0x20cc000 DEBUG   glimagesink gstglimagesink.c:1527:gst_glimage_sink_propose_allocation:<sink> create new pool
  318. 0:00:00.168184725 17277 0x20cc000 DEBUG   gluploadmeta gstgluploadmeta.c:103:gst_gl_upload_meta_new:<gluploadmeta0> Created upload for context <glcontextglx0>
  319. 0:00:00.168280757 17277 0x20cc000 DEBUG   glbasefilter gstglbasefilter.c:189:_find_local_gl_context:<glcolorconvertelement0> found local context 0x221c080
  320. 0:00:00.168719639 17277 0x20cc000 DEBUG   glconvert gstglcolorconvert.c:502:gst_gl_color_convert_new:<glcolorconvert0> Created new colorconvert for context <glcontextglx0>
  321. 0:00:00.168920503 17277 0x20cc000 DEBUG   glconvert gstglcolorconvert.c:663:_gst_gl_color_convert_set_caps_unlocked:<glcolorconvert0> Color converting video/x-raw(memory:GLMemory), format=(string)I420, width=(int)1280, height=(int)720, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, chroma-site=(string)mpeg2, colorimetry=(string)bt709, framerate=(fraction)24/1 to video/x-raw(memory:GLMemory), width=(int)1280, height=(int)720, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)24/1, format=(string)RGBA
  322. 0:00:00.169177449 17277 0x20cc000 DEBUG   glbasefilter gstglbasefilter.c:189:_find_local_gl_context:<gluploadelement0> found local context 0x221c080
  323. 0:00:00.169622547 17277 0x20cc000 DEBUG   glupload gstglupload.c:914:gst_gl_upload_new:<glupload0> Created new GLUpload for context <glcontextglx0>
  324. 0:00:00.170076935 17277 0x20cc000 DEBUG   gluploadmeta gstgluploadmeta.c:103:gst_gl_upload_meta_new:<gluploadmeta1> Created upload for context <glcontextglx0>
  325. 0:00:00.171413836 17277 0x20cc000 DEBUG   glimagesink gstglimagesink.c:1040:gst_glimage_sink_get_caps:<sink> intersecting with filter caps video/x-raw(memory:GLMemory), width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], format=(string){ RGB, RGBx, RGBA, BGR, BGRx, BGRA, xRGB, xBGR, ARGB, ABGR, Y444, I420, YV12, Y42B, Y41B, NV12, NV21, YUY2, UYVY, AYUV, GRAY8, GRAY16_LE, GRAY16_BE, RGB16, BGR16 }
  326. 0:00:00.171601849 17277 0x20cc000 DEBUG   glimagesink gstglimagesink.c:1048:gst_glimage_sink_get_caps:<sink> returning caps: video/x-raw(memory:GLMemory), width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], format=(string)RGBA
  327. 0:00:00.172962567 17277 0x20cc000 INFO   vaapidecode gstvaapipluginbase.c:708:gst_vaapi_plugin_base_decide_allocation:<vaapidecode0> Pool hasn't GstVaapiVideoMeta. Making a new pool
  328. 0:00:00.173350605 17277 0x20cc000 DEBUG   vaapi gstvaapisurface.c:334:gst_vaapi_surface_new: size 1280x720, chroma type 0x1
  329. 0:00:00.173454040 17277 0x20cc000 DEBUG   vaapi gstvaapisurface.c:121:gst_vaapi_surface_create: surface 0x4000000
  330. 0:00:00.173580732 17277 0x20cc000 DEBUG   vaapi gstvaapiimage.c:300:gst_vaapi_image_new_with_image: VA image 0x0a000000, format YV12, size 1280x720
  331. 0:00:00.173712453 17277 0x20cc000 INFO   vaapivideomemory gstvaapivideomemory.c:694:gst_vaapi_video_allocator_new: has direct-rendering for YV12 surfaces: no
  332. 0:00:00.173776427 17277 0x20cc000 DEBUG   vaapi gstvaapisurface.c:78:gst_vaapi_surface_destroy: surface 0x4000000
  333. 0:00:00.173818402 17277 0x20cc000 DEBUG   vaapi gstvaapiimage.c:116:gst_vaapi_image_destroy: image 0xa000000
  334. 0:00:00.173970167 17277 0x20cc000 DEBUG   vaapi gstvaapiimage.c:261:gst_vaapi_image_new: format I420, size 1280x720
  335. 0:00:00.174100002 17277 0x20cc000 DEBUG   vaapi gstvaapiimage.c:206:gst_vaapi_image_create: image 0xa000000
  336. 0:00:00.174198548 17277 0x20cc000 DEBUG   vaapi gstvaapiimage.c:116:gst_vaapi_image_destroy: image 0xa000000
  337. 0:00:00.174521005 17277 0x20cc000 DEBUG   gluploadmeta gstgluploadmeta.c:113:gst_gl_upload_meta_finalize:<gluploadmeta1> Finalizing
  338. 0:00:00.174979164 17277 0x20cc000 DEBUG   vaapi gstvaapidecoder_h264.c:1432:ensure_context: maximum number of views changed to 1
  339. 0:00:00.175050053 17277 0x20cc000 DEBUG   vaapi gstvaapidecoder_h264.c:1437:ensure_context: DPB size increased
  340. 0:00:00.175109698 17277 0x20cc000 DEBUG   vaapi gstvaapidecoder_h264.c:1448:ensure_context: profile changed
  341. 0:00:00.175146783 17277 0x20cc000 DEBUG   vaapi gstvaapidecoder_h264.c:1469:ensure_context: size changed
  342. 0:00:00.175212993 17277 0x20cc000 DEBUG   vaapi gstvaapisurface.c:334:gst_vaapi_surface_new: size 1280x720, chroma type 0x1
  343. 0:00:00.175278294 17277 0x20cc000 DEBUG   vaapi gstvaapisurface.c:121:gst_vaapi_surface_create: surface 0x4000000
  344. 0:00:00.175336682 17277 0x20cc000 DEBUG   vaapi gstvaapisurface.c:334:gst_vaapi_surface_new: size 1280x720, chroma type 0x1
  345. 0:00:00.175397094 17277 0x20cc000 DEBUG   vaapi gstvaapisurface.c:121:gst_vaapi_surface_create: surface 0x4000001
  346. 0:00:00.175436625 17277 0x20cc000 DEBUG   vaapi gstvaapisurface.c:334:gst_vaapi_surface_new: size 1280x720, chroma type 0x1
  347. 0:00:00.175496269 17277 0x20cc000 DEBUG   vaapi gstvaapisurface.c:121:gst_vaapi_surface_create: surface 0x4000002
  348. 0:00:00.175536428 17277 0x20cc000 DEBUG   vaapi gstvaapisurface.c:334:gst_vaapi_surface_new: size 1280x720, chroma type 0x1
  349. 0:00:00.175595723 17277 0x20cc000 DEBUG   vaapi gstvaapisurface.c:121:gst_vaapi_surface_create: surface 0x4000003
  350. 0:00:00.175635114 17277 0x20cc000 DEBUG   vaapi gstvaapisurface.c:334:gst_vaapi_surface_new: size 1280x720, chroma type 0x1
  351. 0:00:00.175694479 17277 0x20cc000 DEBUG   vaapi gstvaapisurface.c:121:gst_vaapi_surface_create: surface 0x4000004
  352. 0:00:00.176270530 17277 0x20cc000 DEBUG   vaapi gstvaapicontext.c:289:context_create: context 0x02000000
  353. 0:00:00.176341069 17277 0x20cc000 DEBUG   vaapi gstvaapidecoder_h264.c:1121:dpb_reset: DPB size 1
  354. 0:00:00.176472301 17277 0x20cc000 DEBUG   vaapi gstvaapidecoder_h264.c:3258:init_picture: <IDR>
  355. 0:00:00.176535368 17277 0x20cc000 DEBUG   vaapi gstvaapidecoder_h264.c:2022:init_picture_poc_2: decode picture order count type 2
  356. 0:00:00.176576784 17277 0x20cc000 DEBUG   vaapi gstvaapidecoder_h264.c:4143:decode_slice: slice (34991 bytes)
  357. 0:00:00.176826536 17277 0x20cc000 DEBUG   vaapi gstvaapidecoder_h264.c:2149:init_picture_refs_pic_num: decode picture numbers
  358. 0:00:00.176893514 17277 0x20cc000 DEBUG   vaapi gstvaapidecoder_h264.c:2865:exec_picture_refs_modification: execute ref_pic_list_modification()
  359. 0:00:00.177020136 17277 0x20cc000 DEBUG   vaapi gstvaapidecoder_objects.c:257:gst_vaapi_picture_decode: decode picture 0x04000000
  360. 0:00:00.228080470 17277 0x20cc000 INFO   GST_EVENT gstevent.c:760:gst_event_new_segment: creating segment event time segment start=0:00:00.000000000, offset=0:00:00.000000000, stop=0:00:05.016000000, rate=1,000000, applied_rate=1,000000, flags=0x00, time=0:00:00.000000000, base=0:00:00.000000000, position 0:00:00.000000000, duration 99:99:99.999999999
  361. 0:00:00.228624813 17277 0x20cc000 DEBUG   vaapi gstvaapidecoder_h264.c:1725:parse_slice: parse slice
  362. 0:00:00.228736559 17277 0x20cc000 DEBUG   vaapi gstvaapidecoder_h264.c:2022:init_picture_poc_2: decode picture order count type 2
  363. 0:00:00.228787683 17277 0x20cc000 DEBUG   vaapi gstvaapidecoder_h264.c:4143:decode_slice: slice (4185 bytes)
  364. 0:00:00.228883924 17277 0x20cc000 DEBUG   vaapi gstvaapidecoder_h264.c:2149:init_picture_refs_pic_num: decode picture numbers
  365. 0:00:00.228916121 17277 0x20cc000 DEBUG   vaapi gstvaapidecoder_h264.c:2407:init_picture_refs_p_slice: decode reference picture list for P and SP slices
  366. 0:00:00.228929461 17277 0x20cc000 DEBUG   vaapi gstvaapidecoder_h264.c:2865:exec_picture_refs_modification: execute ref_pic_list_modification()
  367. 0:00:00.228959283 17277 0x20cc000 DEBUG   vaapi gstvaapidecoder_objects.c:257:gst_vaapi_picture_decode: decode picture 0x04000001
  368. 0:00:00.272934498 17277 0x20cc000 DEBUG   vaapi gstvaapidecoder_h264.c:3330:exec_ref_pic_marking_sliding_window: reference picture marking process (sliding window)
  369. 0:00:00.273096530 17277 0x20cc000 DEBUG   vaapi gstvaapidecoder.c:378:push_frame: push frame 0 (surface 0x04000000)
  370. 0:00:00.273157710 17277 0x20cc000 DEBUG   vaapi gstvaapidecoder.c:399:pop_frame: pop frame 0 (surface 0x04000000)
  371. 0:00:00.273490365 17277 0x20cc000 DEBUG   glupload gstglupload.c:1116:_upload_find_method:<glupload0> attempting upload with uploader GLMemory
  372. 0:00:00.273549799 17277 0x20cc000 DEBUG   glupload gstglupload.c:1116:_upload_find_method:<glupload0> attempting upload with uploader EGLImage
  373. 0:00:00.273580460 17277 0x20cc000 DEBUG   glupload gstglupload.c:1116:_upload_find_method:<glupload0> attempting upload with uploader UploadMeta
  374. 0:00:00.273610701 17277 0x20cc000 DEBUG   glupload gstglupload.c:1116:_upload_find_method:<glupload0> attempting upload with uploader Raw Data
  375. 0:00:00.273649672 17277 0x20cc000 DEBUG   vaapi gstvaapiimage.c:261:gst_vaapi_image_new: format I420, size 1280x720
  376. 0:00:00.273719584 17277 0x20cc000 DEBUG   vaapi gstvaapiimage.c:206:gst_vaapi_image_create: image 0xa000000
  377. 0:00:00.273780206 17277 0x20cc000 DEBUG   vaapi gstvaapiutils.c:53:vaapi_check_status: vaGetImage(): invalid VAImageFormat
  378. 0:00:00.273810098 17277 0x20cc000 ERROR   vaapivideomemory gstvaapivideomemory.c:259:gst_video_meta_map_vaapi_memory: failed to make image current
  379. 0:00:00.273835101 17277 0x20cc000 ERROR   default video-frame.c:147:gst_video_frame_map_id: failed to map video frame plane 0
  380. 0:00:00.273847323 17277 0x20cc000 WARN   basetransform gstbasetransform.c:2198:default_generate_output:<gluploadelement0> could not get buffer from pool: error
  381. 0:00:00.273913114 17277 0x20cc000 INFO   vaapidecode gstvaapidecode.c:346:gst_vaapidecode_push_decoded_frame:<vaapidecode0> downstream element rejected the frame (error [-5])
  382. 0:00:00.274006282 17277 0x20cc000 WARN   qtdemux qtdemux.c:4854:gst_qtdemux_loop:<qtdemux0> error: streaming stopped, reason error
  383. 0:00:00.274102523 17277 0x20cc000 INFO   GST_ERROR_SYSTEM gstelement.c:1837:gst_element_message_full:<qtdemux0> posting message: GStreamer encountered a general stream error.
  384. 0:00:00.274194365 17277 0x20cc000 INFO   GST_ERROR_SYSTEM gstelement.c:1860:gst_element_message_full:<qtdemux0> posted error message: GStreamer encountered a general stream error.
  385. 0:00:00.274236968 17277 0x20cc000 DEBUG   vaapi gstvaapidecoder.c:378:push_frame: push frame 1 (surface 0x04000001)
  386. 0:00:00.274267838 17277 0x20cc000 DEBUG   vaapi gstvaapidecoder.c:399:pop_frame: pop frame 1 (surface 0x04000001)
  387. ERROR: from element /GstPipeline:pipeline0/GstQTDemux:qtdemux0: GStreamer encountered a general stream error.
  388. Additional debug info:
  389. qtdemux.c(4854): gst_qtdemux_loop (): /GstPipeline:pipeline0/GstQTDemux:qtdemux0:
  390. streaming stopped, reason error
  391.  
  392. ** (gst-launch-1.0:17277): CRITICAL **: gst_vaapi_image_get_pitch: assertion 'image != NULL' failed
  393.  
  394. ** (gst-launch-1.0:17277): CRITICAL **: gst_vaapi_image_get_plane: assertion 'image != NULL' failed
  395.  
  396. ** (gst-launch-1.0:17277): CRITICAL **: gst_vaapi_image_get_pitch: assertion 'image != NULL' failed
  397. 0:00:00.274537844 17277 0x2020c00 INFO   GST_STATES gstbin.c:2230:gst_bin_element_set_state:<glimagesinkbin0> current READY pending PAUSED, desired next NULL
  398. 0:00:00.274574790 17277 0x2020c00 DEBUG   glimagesink gstglsinkbin.c:317:gst_gl_sink_bin_change_state: changing state: PAUSED => READY
  399. 0:00:00.274671311 17277 0x2020c00 INFO   GST_STATES gstbin.c:2230:gst_bin_element_set_state:<sink> current READY pending PAUSED, desired next READY
  400. 0:00:00.274740454 17277 0x2020c00 DEBUG   glimagesink gstglimagesink.c:895:gst_glimage_sink_change_state: changing state: PAUSED => READY
  401. 0:00:00.280635477 17277 0x20cc000 DEBUG   glbuffer gstglbasebuffer.c:148:gst_gl_base_buffer_init: new GL buffer memory:0x7fa5dc3ab060 size:0
  402. 0:00:00.280677521 17277 0x2020c00 INFO   GST_STATES gstelement.c:2330:gst_element_continue_state:<sink> completed state change to READY
  403. 0:00:00.280747922 17277 0x20cc000 DEBUG   glmemory gstglmemory.c:654:_gl_mem_init: new GL texture context:<glcontextglx0> memory:0x7fa5dc3ab060 format:5 dimensions:1280x720 stride:0 size:0
  404. 0:00:00.280804842 17277 0x2020c00 INFO   GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<sink> notifying about state-changed READY to READY (VOID_PENDING pending)
  405. 0:00:00.280876988 17277 0x2020c00 INFO   GST_STATES gstbin.c:2684:gst_bin_change_state_func:<glimagesinkbin0> child 'sink' changed state to 2(READY) successfully
  406. 0:00:00.281092169 17277 0x2020c00 INFO   GST_STATES gstbin.c:2230:gst_bin_element_set_state:<glcolorconvertelement0> current PAUSED pending VOID_PENDING, desired next READY
  407. 0:00:00.281229058 17277 0x2020c00 DEBUG   glbasefilter gstglbasefilter.c:406:gst_gl_base_filter_change_state:<glcolorconvertelement0> changing state: PAUSED => READY
  408. 0:00:00.281245122 17277 0x20cc000 DEBUG   glbuffer gstglbasebuffer.c:148:gst_gl_base_buffer_init: new GL buffer memory:0x7fa5dc3ab200 size:0
  409. 0:00:00.281401287 17277 0x20cc000 DEBUG   glmemory gstglmemory.c:654:_gl_mem_init: new GL texture context:<glcontextglx0> memory:0x7fa5dc3ab200 format:5 dimensions:640x360 stride:0 size:0
  410. 0:00:00.281552214 17277 0x2020c00 INFO   GST_STATES gstelement.c:2330:gst_element_continue_state:<glcolorconvertelement0> completed state change to READY
  411. 0:00:00.281655788 17277 0x2020c00 INFO   GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<glcolorconvertelement0> notifying about state-changed PAUSED to READY (VOID_PENDING pending)
  412. 0:00:00.281791280 17277 0x2020c00 INFO   GST_STATES gstbin.c:2684:gst_bin_change_state_func:<glimagesinkbin0> child 'glcolorconvertelement0' changed state to 2(READY) successfully
  413. 0:00:00.281872785 17277 0x20cc000 DEBUG   glbuffer gstglbasebuffer.c:148:gst_gl_base_buffer_init: new GL buffer memory:0x7fa5dc3ab3a0 size:0
  414. 0:00:00.281918392 17277 0x2020c00 INFO   GST_STATES gstbin.c:2230:gst_bin_element_set_state:<gluploadelement0> current PAUSED pending VOID_PENDING, desired next READY
  415. 0:00:00.281980830 17277 0x20cc000 DEBUG   glmemory gstglmemory.c:654:_gl_mem_init: new GL texture context:<glcontextglx0> memory:0x7fa5dc3ab3a0 format:5 dimensions:640x360 stride:0 size:0
  416. 0:00:00.282038588 17277 0x2020c00 DEBUG   glbasefilter gstglbasefilter.c:406:gst_gl_base_filter_change_state:<gluploadelement0> changing state: PAUSED => READY
  417. 0:00:00.282083915 17277 0x20cc000 INFO   vaapidecode gstvaapidecode.c:346:gst_vaapidecode_push_decoded_frame:<vaapidecode0> downstream element rejected the frame (flushing [-2])
  418.  
  419. ** (gst-launch-1.0:17277): CRITICAL **: gst_video_meta_unmap_vaapi_memory: assertion 'mem->surface' failed
  420. 0:00:00.282144328 17277 0x20cc000 INFO   GST_EVENT gstpad.c:5435:gst_pad_send_event_unchecked:<gluploadelement0:sink> Received event on flushing pad. Discarding
  421.  
  422. ** (gst-launch-1.0:17277): CRITICAL **: gst_video_meta_unmap_vaapi_memory: assertion 'mem->surface' failed
  423.  
  424. ** (gst-launch-1.0:17277): CRITICAL **: gst_video_meta_unmap_vaapi_memory: assertion 'mem->surface' failed
  425. 0:00:00.282208861 17277 0x20cc000 INFO   task gsttask.c:315:gst_task_func:<qtdemux0:sink> Task going to paused
  426. 0:00:00.282982843 17277 0x2020c00 INFO   GST_STATES gstelement.c:2330:gst_element_continue_state:<gluploadelement0> completed state change to READY
  427. 0:00:00.283059319 17277 0x2020c00 INFO   GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<gluploadelement0> notifying about state-changed PAUSED to READY (VOID_PENDING pending)
  428. 0:00:00.283154792 17277 0x2020c00 INFO   GST_STATES gstbin.c:2684:gst_bin_change_state_func:<glimagesinkbin0> child 'gluploadelement0' changed state to 2(READY) successfully
  429. 0:00:00.283308163 17277 0x2020c00 INFO   GST_STATES gstelement.c:2305:gst_element_continue_state:<glimagesinkbin0> committing state from READY to READY, pending NULL, next NULL
  430. 0:00:00.283377586 17277 0x2020c00 INFO   GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<glimagesinkbin0> notifying about state-changed READY to READY (NULL pending)
  431. 0:00:00.283450430 17277 0x2020c00 INFO   GST_STATES gstelement.c:2312:gst_element_continue_state:<glimagesinkbin0> continue state change READY to NULL, final NULL
  432. 0:00:00.283545205 17277 0x2020c00 DEBUG   glimagesink gstglsinkbin.c:317:gst_gl_sink_bin_change_state: changing state: READY => NULL
  433. 0:00:00.283669871 17277 0x2020c00 INFO   GST_STATES gstbin.c:2230:gst_bin_element_set_state:<sink> current READY pending VOID_PENDING, desired next NULL
  434. 0:00:00.283737059 17277 0x2020c00 DEBUG   glimagesink gstglimagesink.c:895:gst_glimage_sink_change_state: changing state: READY => NULL
  435. 0:00:00.283825548 17277 0x2020c00 INFO   GST_STATES gstelement.c:2330:gst_element_continue_state:<sink> completed state change to NULL
  436. 0:00:00.283870525 17277 0x2020c00 INFO   GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<sink> notifying about state-changed READY to NULL (VOID_PENDING pending)
  437. 0:00:00.283962716 17277 0x2020c00 INFO   GST_STATES gstbin.c:2684:gst_bin_change_state_func:<glimagesinkbin0> child 'sink' changed state to 1(NULL) successfully
  438. 0:00:00.284035421 17277 0x2020c00 INFO   GST_STATES gstbin.c:2230:gst_bin_element_set_state:<glcolorconvertelement0> current READY pending VOID_PENDING, desired next NULL
  439. 0:00:00.284120138 17277 0x2020c00 DEBUG   glbasefilter gstglbasefilter.c:406:gst_gl_base_filter_change_state:<glcolorconvertelement0> changing state: READY => NULL
  440. 0:00:00.284190119 17277 0x2020c00 INFO   GST_STATES gstelement.c:2330:gst_element_continue_state:<glcolorconvertelement0> completed state change to NULL
  441. 0:00:00.284250741 17277 0x2020c00 INFO   GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<glcolorconvertelement0> notifying about state-changed READY to NULL (VOID_PENDING pending)
  442. 0:00:00.284324494 17277 0x2020c00 INFO   GST_STATES gstbin.c:2684:gst_bin_change_state_func:<glimagesinkbin0> child 'glcolorconvertelement0' changed state to 1(NULL) successfully
  443. 0:00:00.284414030 17277 0x2020c00 INFO   GST_STATES gstbin.c:2230:gst_bin_element_set_state:<gluploadelement0> current READY pending VOID_PENDING, desired next NULL
  444. 0:00:00.284480659 17277 0x2020c00 DEBUG   glbasefilter gstglbasefilter.c:406:gst_gl_base_filter_change_state:<gluploadelement0> changing state: READY => NULL
  445. 0:00:00.284549592 17277 0x2020c00 INFO   GST_STATES gstelement.c:2330:gst_element_continue_state:<gluploadelement0> completed state change to NULL
  446. 0:00:00.284610703 17277 0x2020c00 INFO   GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<gluploadelement0> notifying about state-changed READY to NULL (VOID_PENDING pending)
  447. 0:00:00.284683268 17277 0x2020c00 INFO   GST_STATES gstbin.c:2684:gst_bin_change_state_func:<glimagesinkbin0> child 'gluploadelement0' changed state to 1(NULL) successfully
  448. 0:00:00.284776786 17277 0x2020c00 INFO   GST_STATES gstelement.c:2330:gst_element_continue_state:<glimagesinkbin0> completed state change to NULL
  449. 0:00:00.284838665 17277 0x2020c00 INFO   GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<glimagesinkbin0> notifying about state-changed READY to NULL (VOID_PENDING pending)
  450. 0:00:00.284928830 17277 0x2020c00 INFO   GST_STATES gstbin.c:2684:gst_bin_change_state_func:<pipeline0> child 'glimagesinkbin0' changed state to 1(NULL) successfully
  451. 0:00:00.285093027 17277 0x2020c00 INFO   GST_STATES gstbin.c:2230:gst_bin_element_set_state:<vaapidecode0> current PAUSED pending VOID_PENDING, desired next NULL
  452. 0:00:00.285318894 17277 0x2020c00 INFO   GST_STATES gstelement.c:2305:gst_element_continue_state:<vaapidecode0> committing state from PAUSED to READY, pending NULL, next NULL
  453. 0:00:00.285389224 17277 0x2020c00 INFO   GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<vaapidecode0> notifying about state-changed PAUSED to READY (NULL pending)
  454. 0:00:00.285460462 17277 0x2020c00 INFO   GST_STATES gstelement.c:2312:gst_element_continue_state:<vaapidecode0> continue state change READY to NULL, final NULL
  455. 0:00:00.285656018 17277 0x2020c00 DEBUG   vaapi gstvaapicontext.c:88:context_destroy: context 0x02000000
  456. 0:00:00.286005713 17277 0x2020c00 DEBUG   vaapi gstvaapisurface.c:78:gst_vaapi_surface_destroy: surface 0x4000002
  457. 0:00:00.286068710 17277 0x2020c00 DEBUG   vaapi gstvaapisurface.c:78:gst_vaapi_surface_destroy: surface 0x4000003
  458. 0:00:00.286109637 17277 0x2020c00 DEBUG   vaapi gstvaapisurface.c:78:gst_vaapi_surface_destroy: surface 0x4000004
  459. 0:00:00.286167396 17277 0x2020c00 DEBUG   vaapi gstvaapisurface.c:78:gst_vaapi_surface_destroy: surface 0x4000000
  460. 0:00:00.286234024 17277 0x2020c00 DEBUG   vaapi gstvaapisurface.c:78:gst_vaapi_surface_destroy: surface 0x4000001
  461. 0:00:00.286464500 17277 0x2020c00 DEBUG   vaapi gstvaapiimage.c:116:gst_vaapi_image_destroy: image 0xa000000
  462. 0:00:00.303864618 17277 0x2020c00 INFO   GST_STATES gstelement.c:2330:gst_element_continue_state:<vaapidecode0> completed state change to NULL
  463. 0:00:00.303993266 17277 0x2020c00 INFO   GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<vaapidecode0> notifying about state-changed READY to NULL (VOID_PENDING pending)
  464. 0:00:00.304063386 17277 0x2020c00 INFO   GST_STATES gstbin.c:2684:gst_bin_change_state_func:<pipeline0> child 'vaapidecode0' changed state to 1(NULL) successfully
  465. 0:00:00.304124218 17277 0x2020c00 INFO   GST_STATES gstbin.c:2230:gst_bin_element_set_state:<qtdemux0> current PAUSED pending VOID_PENDING, desired next NULL
  466. 0:00:00.304359933 17277 0x20cc000 INFO   task gsttask.c:317:gst_task_func:<qtdemux0:sink> Task resume from paused
  467. 0:00:00.304593971 17277 0x2020c00 INFO   GST_ELEMENT_PADS gstelement.c:766:gst_element_remove_pad:<qtdemux0> removing pad 'video_0'
  468. 0:00:00.304633501 17277 0x2020c00 INFO   GST_ELEMENT_PADS gstpad.c:1981:gst_pad_unlink: unlinking qtdemux0:video_0(0x21abb40) and vaapidecode0:sink(0x21aa4c0)
  469. 0:00:00.304698593 17277 0x2020c00 INFO   GST_ELEMENT_PADS gstpad.c:2035:gst_pad_unlink: unlinked qtdemux0:video_0 and vaapidecode0:sink
  470. 0:00:00.304796021 17277 0x2020c00 INFO   GST_ELEMENT_PADS gstelement.c:766:gst_element_remove_pad:<qtdemux0> removing pad 'audio_0'
  471. 0:00:00.304849869 17277 0x2020c00 INFO   GST_STATES gstelement.c:2305:gst_element_continue_state:<qtdemux0> committing state from PAUSED to READY, pending NULL, next NULL
  472. 0:00:00.304912936 17277 0x2020c00 INFO   GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<qtdemux0> notifying about state-changed PAUSED to READY (NULL pending)
  473. 0:00:00.304946669 17277 0x2020c00 INFO   GST_STATES gstelement.c:2312:gst_element_continue_state:<qtdemux0> continue state change READY to NULL, final NULL
  474. 0:00:00.305019304 17277 0x2020c00 INFO   GST_STATES gstelement.c:2330:gst_element_continue_state:<qtdemux0> completed state change to NULL
  475. 0:00:00.305050174 17277 0x2020c00 INFO   GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<qtdemux0> notifying about state-changed READY to NULL (VOID_PENDING pending)
  476. 0:00:00.305083488 17277 0x2020c00 INFO   GST_STATES gstbin.c:2684:gst_bin_change_state_func:<pipeline0> child 'qtdemux0' changed state to 1(NULL) successfully
  477. 0:00:00.305122669 17277 0x2020c00 INFO   GST_STATES gstbin.c:2230:gst_bin_element_set_state:<glimagesinkbin0> current NULL pending VOID_PENDING, desired next NULL
  478. 0:00:00.305153329 17277 0x2020c00 DEBUG   glimagesink gstglsinkbin.c:317:gst_gl_sink_bin_change_state: changing state: NULL => NULL
  479. 0:00:00.305209552 17277 0x2020c00 INFO   GST_STATES gstbin.c:2230:gst_bin_element_set_state:<sink> current NULL pending VOID_PENDING, desired next NULL
  480. 0:00:00.305238047 17277 0x2020c00 INFO   GST_STATES gstbin.c:2347:gst_bin_element_set_state:<sink> skipping transition from NULL to NULL
  481. 0:00:00.305249222 17277 0x2020c00 INFO   GST_STATES gstbin.c:2684:gst_bin_change_state_func:<glimagesinkbin0> child 'sink' changed state to 1(NULL) successfully
  482. 0:00:00.305280161 17277 0x2020c00 INFO   GST_STATES gstbin.c:2230:gst_bin_element_set_state:<glcolorconvertelement0> current NULL pending VOID_PENDING, desired next NULL
  483. 0:00:00.305307818 17277 0x2020c00 INFO   GST_STATES gstbin.c:2347:gst_bin_element_set_state:<glcolorconvertelement0> skipping transition from NULL to NULL
  484. 0:00:00.305335126 17277 0x2020c00 INFO   GST_STATES gstbin.c:2684:gst_bin_change_state_func:<glimagesinkbin0> child 'glcolorconvertelement0' changed state to 1(NULL) successfully
  485. 0:00:00.305349723 17277 0x2020c00 INFO   GST_STATES gstbin.c:2230:gst_bin_element_set_state:<gluploadelement0> current NULL pending VOID_PENDING, desired next NULL
  486. 0:00:00.305377660 17277 0x2020c00 INFO   GST_STATES gstbin.c:2347:gst_bin_element_set_state:<gluploadelement0> skipping transition from NULL to NULL
  487. 0:00:00.305404828 17277 0x2020c00 INFO   GST_STATES gstbin.c:2684:gst_bin_change_state_func:<glimagesinkbin0> child 'gluploadelement0' changed state to 1(NULL) successfully
  488. 0:00:00.305435488 17277 0x2020c00 INFO   GST_STATES gstelement.c:2330:gst_element_continue_state:<glimagesinkbin0> completed state change to NULL
  489. 0:00:00.305446314 17277 0x2020c00 INFO   GST_STATES gstbin.c:2684:gst_bin_change_state_func:<pipeline0> child 'glimagesinkbin0' changed state to 1(NULL) successfully
  490. 0:00:00.305476625 17277 0x2020c00 INFO   GST_STATES gstbin.c:2230:gst_bin_element_set_state:<vaapidecode0> current NULL pending VOID_PENDING, desired next NULL
  491. 0:00:00.305511545 17277 0x2020c00 INFO   GST_STATES gstbin.c:2347:gst_bin_element_set_state:<vaapidecode0> skipping transition from NULL to NULL
  492. 0:00:00.305539971 17277 0x2020c00 INFO   GST_STATES gstbin.c:2684:gst_bin_change_state_func:<pipeline0> child 'vaapidecode0' changed state to 1(NULL) successfully
  493. 0:00:00.305571539 17277 0x2020c00 INFO   GST_STATES gstbin.c:2230:gst_bin_element_set_state:<qtdemux0> current NULL pending VOID_PENDING, desired next NULL
  494. 0:00:00.305599964 17277 0x2020c00 INFO   GST_STATES gstbin.c:2347:gst_bin_element_set_state:<qtdemux0> skipping transition from NULL to NULL
  495. 0:00:00.305627063 17277 0x2020c00 INFO   GST_STATES gstbin.c:2684:gst_bin_change_state_func:<pipeline0> child 'qtdemux0' changed state to 1(NULL) successfully
  496. 0:00:00.305640961 17277 0x2020c00 INFO   GST_STATES gstbin.c:2230:gst_bin_element_set_state:<filesrc0> current PAUSED pending VOID_PENDING, desired next NULL
  497. 0:00:00.305691247 17277 0x2020c00 INFO   GST_STATES gstelement.c:2305:gst_element_continue_state:<filesrc0> committing state from PAUSED to READY, pending NULL, next NULL
  498. 0:00:00.305704028 17277 0x2020c00 INFO   GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<filesrc0> notifying about state-changed PAUSED to READY (NULL pending)
  499. 0:00:00.305735666 17277 0x2020c00 INFO   GST_STATES gstelement.c:2312:gst_element_continue_state:<filesrc0> continue state change READY to NULL, final NULL
  500. 0:00:00.305766466 17277 0x2020c00 INFO   GST_STATES gstelement.c:2330:gst_element_continue_state:<filesrc0> completed state change to NULL
  501. 0:00:00.305793704 17277 0x2020c00 INFO   GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<filesrc0> notifying about state-changed READY to NULL (VOID_PENDING pending)
  502. 0:00:00.305825482 17277 0x2020c00 INFO   GST_STATES gstbin.c:2684:gst_bin_change_state_func:<pipeline0> child 'filesrc0' changed state to 1(NULL) successfully
  503. 0:00:00.305902098 17277 0x2020c00 INFO   GST_STATES gstelement.c:2330:gst_element_continue_state:<pipeline0> completed state change to NULL
  504. 0:00:00.305930174 17277 0x2020c00 INFO   GST_STATES gstelement.c:2235:_priv_gst_element_state_changed:<pipeline0> notifying about state-changed READY to NULL (VOID_PENDING pending)
  505. Freeing pipeline ...
  506. 0:00:00.306025996 17277 0x2020c00 INFO   GST_ELEMENT_PADS gstpad.c:1981:gst_pad_unlink: unlinking vaapidecode0:src(0x21aa700) and glimagesinkbin0:sink(0x21ee050)
  507. 0:00:00.306063571 17277 0x2020c00 INFO   GST_ELEMENT_PADS gstpad.c:2035:gst_pad_unlink: unlinked vaapidecode0:src and glimagesinkbin0:sink
  508. 0:00:00.306116371 17277 0x2020c00 INFO   GST_PARENTAGE gstbin.c:1554:gst_bin_remove_func:<pipeline0> removed child "glimagesinkbin0"
  509. 0:00:00.306155692 17277 0x2020c00 INFO   GST_ELEMENT_PADS gstpad.c:1981:gst_pad_unlink: unlinking glcolorconvertelement0:src(0x21ab000) and sink:sink(0x21ab240)
  510. 0:00:00.306191590 17277 0x2020c00 INFO   GST_ELEMENT_PADS gstpad.c:2035:gst_pad_unlink: unlinked glcolorconvertelement0:src and sink:sink
  511. 0:00:00.306242854 17277 0x2020c00 INFO   GST_PARENTAGE gstbin.c:1554:gst_bin_remove_func:<glimagesinkbin0> removed child "sink"
  512. 0:00:00.306281266 17277 0x2020c00 INFO   GST_REFCOUNTING gstelement.c:2875:gst_element_dispose:<sink> dispose
  513. 0:00:00.306309203 17277 0x2020c00 INFO   GST_ELEMENT_PADS gstelement.c:766:gst_element_remove_pad:<sink> removing pad 'sink'
  514. 0:00:00.306342657 17277 0x2020c00 INFO   GST_REFCOUNTING gstelement.c:2919:gst_element_dispose:<sink> parent class dispose
  515. 0:00:00.306374854 17277 0x2020c00 DEBUG   glimagesink gstglimagesink.c:624:gst_glimage_sink_finalize: finalized
  516. 0:00:00.306386028 17277 0x2020c00 INFO   GST_REFCOUNTING gstelement.c:2950:gst_element_finalize:<sink> finalize
  517. 0:00:00.306411869 17277 0x2020c00 INFO   GST_REFCOUNTING gstelement.c:2955:gst_element_finalize:<sink> finalize parent
  518. 0:00:00.306441692 17277 0x2020c00 INFO   GST_ELEMENT_PADS gstpad.c:1981:gst_pad_unlink: unlinking gluploadelement0:src(0x21aab80) and glcolorconvertelement0:sink(0x21aadc0)
  519. 0:00:00.306477450 17277 0x2020c00 INFO   GST_ELEMENT_PADS gstpad.c:2035:gst_pad_unlink: unlinked gluploadelement0:src and glcolorconvertelement0:sink
  520. 0:00:00.306513838 17277 0x2020c00 INFO   GST_PARENTAGE gstbin.c:1554:gst_bin_remove_func:<glimagesinkbin0> removed child "glcolorconvertelement0"
  521. 0:00:00.306545266 17277 0x2020c00 INFO   GST_REFCOUNTING gstelement.c:2875:gst_element_dispose:<glcolorconvertelement0> dispose
  522. 0:00:00.306571876 17277 0x2020c00 INFO   GST_ELEMENT_PADS gstelement.c:766:gst_element_remove_pad:<glcolorconvertelement0> removing pad 'sink'
  523. 0:00:00.306603444 17277 0x2020c00 INFO   GST_ELEMENT_PADS gstelement.c:766:gst_element_remove_pad:<glcolorconvertelement0> removing pad 'src'
  524. 0:00:00.306635641 17277 0x2020c00 INFO   GST_REFCOUNTING gstelement.c:2919:gst_element_dispose:<glcolorconvertelement0> parent class dispose
  525. 0:00:00.306646536 17277 0x2020c00 INFO   GST_REFCOUNTING gstelement.c:2950:gst_element_finalize:<glcolorconvertelement0> finalize
  526. 0:00:00.306672866 17277 0x2020c00 INFO   GST_REFCOUNTING gstelement.c:2955:gst_element_finalize:<glcolorconvertelement0> finalize parent
  527. 0:00:00.306704644 17277 0x2020c00 INFO   GST_ELEMENT_PADS gstpad.c:1981:gst_pad_unlink: unlinking sink:proxypad0(0x21f0090) and gluploadelement0:sink(0x21aa940)
  528. 0:00:00.306735723 17277 0x2020c00 INFO   GST_ELEMENT_PADS gstpad.c:2035:gst_pad_unlink: unlinked sink:proxypad0 and gluploadelement0:sink
  529. 0:00:00.306766593 17277 0x2020c00 INFO   GST_PARENTAGE gstbin.c:1554:gst_bin_remove_func:<glimagesinkbin0> removed child "gluploadelement0"
  530. 0:00:00.306796904 17277 0x2020c00 INFO   GST_REFCOUNTING gstelement.c:2875:gst_element_dispose:<gluploadelement0> dispose
  531. 0:00:00.306807031 17277 0x2020c00 INFO   GST_ELEMENT_PADS gstelement.c:766:gst_element_remove_pad:<gluploadelement0> removing pad 'sink'
  532. 0:00:00.306838530 17277 0x2020c00 INFO   GST_ELEMENT_PADS gstelement.c:766:gst_element_remove_pad:<gluploadelement0> removing pad 'src'
  533. 0:00:00.306869958 17277 0x2020c00 INFO   GST_REFCOUNTING gstelement.c:2919:gst_element_dispose:<gluploadelement0> parent class dispose
  534. 0:00:00.306903482 17277 0x2020c00 INFO   GST_REFCOUNTING gstelement.c:2950:gst_element_finalize:<gluploadelement0> finalize
  535. 0:00:00.306930511 17277 0x2020c00 INFO   GST_REFCOUNTING gstelement.c:2955:gst_element_finalize:<gluploadelement0> finalize parent
  536. 0:00:00.306957958 17277 0x2020c00 INFO   GST_REFCOUNTING gstelement.c:2875:gst_element_dispose:<glimagesinkbin0> dispose
  537. 0:00:00.306967666 17277 0x2020c00 INFO   GST_ELEMENT_PADS gstelement.c:766:gst_element_remove_pad:<glimagesinkbin0> removing pad 'sink'
  538. 0:00:00.307005031 17277 0x2020c00 INFO   GST_REFCOUNTING gstelement.c:2919:gst_element_dispose:<glimagesinkbin0> parent class dispose
  539. 0:00:00.307032339 17277 0x2020c00 INFO   GST_REFCOUNTING gstelement.c:2950:gst_element_finalize:<glimagesinkbin0> finalize
  540. 0:00:00.307058320 17277 0x2020c00 INFO   GST_REFCOUNTING gstelement.c:2955:gst_element_finalize:<glimagesinkbin0> finalize parent
  541. 0:00:00.307090168 17277 0x2020c00 INFO   GST_PARENTAGE gstbin.c:1554:gst_bin_remove_func:<pipeline0> removed child "vaapidecode0"
  542. 0:00:00.307121247 17277 0x2020c00 INFO   GST_REFCOUNTING gstelement.c:2875:gst_element_dispose:<vaapidecode0> dispose
  543. 0:00:00.307131304 17277 0x2020c00 INFO   GST_ELEMENT_PADS gstelement.c:766:gst_element_remove_pad:<vaapidecode0> removing pad 'sink'
  544. 0:00:00.307159590 17277 0x2020c00 INFO   GST_ELEMENT_PADS gstelement.c:766:gst_element_remove_pad:<vaapidecode0> removing pad 'src'
  545. 0:00:00.307188225 17277 0x2020c00 INFO   GST_REFCOUNTING gstelement.c:2919:gst_element_dispose:<vaapidecode0> parent class dispose
  546. 0:00:00.307256111 17277 0x2020c00 INFO   GST_REFCOUNTING gstelement.c:2950:gst_element_finalize:<vaapidecode0> finalize
  547. 0:00:00.307283698 17277 0x2020c00 INFO   GST_REFCOUNTING gstelement.c:2955:gst_element_finalize:<vaapidecode0> finalize parent
  548. 0:00:00.307296968 17277 0x2020c00 INFO   GST_ELEMENT_PADS gstpad.c:1981:gst_pad_unlink: unlinking filesrc0:src(0x21aa040) and qtdemux0:sink(0x21aa280)
  549. 0:00:00.307349139 17277 0x2020c00 INFO   GST_ELEMENT_PADS gstpad.c:2035:gst_pad_unlink: unlinked filesrc0:src and qtdemux0:sink
  550. 0:00:00.307385317 17277 0x2020c00 INFO   GST_PARENTAGE gstbin.c:1554:gst_bin_remove_func:<pipeline0> removed child "qtdemux0"
  551. 0:00:00.307419959 17277 0x2020c00 INFO   GST_REFCOUNTING gstelement.c:2875:gst_element_dispose:<qtdemux0> dispose
  552. 0:00:00.307446847 17277 0x2020c00 INFO   GST_ELEMENT_PADS gstelement.c:766:gst_element_remove_pad:<qtdemux0> removing pad 'sink'
  553. 0:00:00.307480720 17277 0x2020c00 INFO   GST_REFCOUNTING gstelement.c:2919:gst_element_dispose:<qtdemux0> parent class dispose
  554. 0:00:00.307491686 17277 0x2020c00 INFO   GST_REFCOUNTING gstelement.c:2950:gst_element_finalize:<qtdemux0> finalize
  555. 0:00:00.307517457 17277 0x2020c00 INFO   GST_REFCOUNTING gstelement.c:2955:gst_element_finalize:<qtdemux0> finalize parent
  556. 0:00:00.307549793 17277 0x2020c00 INFO   GST_PARENTAGE gstbin.c:1554:gst_bin_remove_func:<pipeline0> removed child "filesrc0"
  557. 0:00:00.307587089 17277 0x2020c00 INFO   GST_REFCOUNTING gstelement.c:2875:gst_element_dispose:<filesrc0> dispose
  558. 0:00:00.307614536 17277 0x2020c00 INFO   GST_ELEMENT_PADS gstelement.c:766:gst_element_remove_pad:<filesrc0> removing pad 'src'
  559. 0:00:00.307645406 17277 0x2020c00 INFO   GST_REFCOUNTING gstelement.c:2919:gst_element_dispose:<filesrc0> parent class dispose
  560. 0:00:00.307674390 17277 0x2020c00 INFO   GST_REFCOUNTING gstelement.c:2950:gst_element_finalize:<filesrc0> finalize
  561. 0:00:00.307684028 17277 0x2020c00 INFO   GST_REFCOUNTING gstelement.c:2955:gst_element_finalize:<filesrc0> finalize parent
  562. 0:00:00.307713152 17277 0x2020c00 INFO   GST_REFCOUNTING gstelement.c:2875:gst_element_dispose:<pipeline0> dispose
  563. 0:00:00.307770981 17277 0x2020c00 INFO   GST_REFCOUNTING gstelement.c:2919:gst_element_dispose:<pipeline0> parent class dispose
  564. 0:00:00.307782435 17277 0x2020c00 INFO   GST_REFCOUNTING gstelement.c:2950:gst_element_finalize:<pipeline0> finalize
  565. 0:00:00.307808625 17277 0x2020c00 INFO   GST_REFCOUNTING gstelement.c:2955:gst_element_finalize:<pipeline0> finalize parent
  566. 0:00:00.307837120 17277 0x2020c00 INFO   GST_INIT gst.c:952:gst_deinit: deinitializing GStreamer
  567. 0:00:00.314195680 17277 0x2020c00 INFO   GST_INIT gst.c:1083:gst_deinit: deinitialized GStreamer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement