Advertisement
Guest User

Untitled

a guest
Apr 13th, 2015
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.71 KB | None | 0 0
  1. Note: My device cannot play this file in Android using OMX.qcom.video.decoder.mpeg4, it only plays using the OMX.ffmpeg.mpeg4.decoder
  2.  
  3. [nemo@Jolla ~]$ GST_DEBUG='*:2' jolla-gallery
  4. [D] QWaylandEglClientBufferIntegration::QWaylandEglClientBufferIntegration:62 - Using Wayland-EGL
  5. [W] QQmlImportDatabase::registerPluginTypes:1875 - Module 'Sailfish.Silica' does not contain a module identifier directive - it cannot be protected from external registrations.
  6. [W] QQmlImportDatabase::registerPluginTypes:1875 - Module 'QtDocGallery' does not contain a module identifier directive - it cannot be protected from external registrations.
  7. [W] QQmlImportDatabase::registerPluginTypes:1875 - Module 'Sailfish.Gallery' does not contain a module identifier directive - it cannot be protected from external registrations.
  8. [W] AmbienceService::database:50 - Failed to open ambience database
  9. [W] AmbienceService::database:51 - QSqlError(-1, "Error opening database", "out of memory")
  10. [W] AbstractSocialCacheDatabasePrivate::initializeThreadData:133 - bool AbstractSocialCacheDatabasePrivate::initializeThreadData(AbstractSocialCacheDatabasePrivate::ThreadData*) const Unable to create database "/home/nemo/.local/share/system/privileged//Images/facebook.db" Service "Facebook" with data type "Images" will be inactive
  11. [W] AmbienceService::database:50 - Failed to open ambience database
  12. [W] AmbienceService::database:51 - QSqlError(-1, "Error opening database", "out of memory")
  13. [W] AbstractSocialCacheDatabasePrivate::initializeThreadData:133 - bool AbstractSocialCacheDatabasePrivate::initializeThreadData(AbstractSocialCacheDatabasePrivate::ThreadData*) const Unable to create database "/home/nemo/.local/share/system/privileged//Images/facebook.db" Service "Facebook" with data type "Images" will be inactive
  14. [D] DeclarativeCoverWindow::DeclarativeCoverWindow:63 - DeclarativeCoverWindow: I have a default alpha buffer
  15. [W] unknown:82 - file:///usr/lib/qt5/qml/Sailfish/Silica/ApplicationWindow.qml:82:44: Unable to assign [undefined] to int
  16. [D] QGstreamerVideoWindow::QGstreamerVideoWindow:72 - No m_videoSink available!
  17. 0:00:02.325653070 1141 0x2f4020c0 WARN basesrc gstbasesrc.c:3470:gst_base_src_start_complete:<source> pad not activated yet
  18. 0:00:02.330078118 1141 0x2f4020c0 WARN basesrc gstbasesrc.c:3470:gst_base_src_start_complete:<source> pad not activated yet
  19. 0:00:02.555328371 1141 0x2f49d460 WARN uridecodebin gsturidecodebin.c:939:unknown_type_cb:<uridecodebin0> warning: No decoder available for type 'audio/x-ac3, framed=(boolean)true, rate=(int)48000, channels=(int)6, alignment=(string)frame'.
  20. [W] QGstreamerPlayerSession::processBusMessage:1295 - Warning: "No decoder available for type 'audio/x-ac3, framed=(boolean)true, rate=(int)48000, channels=(int)6, alignment=(string)frame'."
  21. 0:00:02.746612550 1141 0x3d133430 WARN droiddec gstdroiddec.c:299:gst_droiddec_frame_available:<droiddec0> not handling frame in error state: flushing
  22. 0:00:02.746948243 1141 0x2f49d780 WARN droiddec gstdroiddec.c:856:gst_droiddec_handle_frame:<droiddec0> not handling frame in error state: flushing
  23. 0:00:02.747680665 1141 0x2f4d4f80 WARN droiddec gstdroiddec.c:299:gst_droiddec_frame_available:<droiddec0> not handling frame in error state: flushing
  24. 0:00:02.749847413 1141 0x3d133430 WARN droiddec gstdroiddec.c:299:gst_droiddec_frame_available:<droiddec0> not handling frame in error state: flushing
  25.  
  26.  
  27.  
  28. LOGCAT:
  29. I/OMXClient( 1141): Using client-side OMX mux.
  30. D/OMXCodec( 1141): Successfully allocated OMX node 'OMX.qcom.video.decoder.mpeg4'
  31. I/ExtendedCodec( 1141): Enabling timestamp reordering
  32. I/ExtendedCodec( 1141): Decoder will be in frame by frame mode
  33. I/OMXCodec( 1141): [OMX.qcom.video.decoder.mpeg4] video dimensions are 854 x 480
  34. I/OMXCodec( 1141): [OMX.qcom.video.decoder.mpeg4] Crop rect is 854 x 480 @ (0, 0)
  35. I/OMXCodec( 1141): [OMX.qcom.video.decoder.mpeg4] allocating 2 buffers of size 2097088 on input port
  36. I/OMXCodec( 1141): [OMX.qcom.video.decoder.mpeg4] allocated buffer 0x88c2a0 on input port
  37. I/OMXCodec( 1141): [OMX.qcom.video.decoder.mpeg4] allocated buffer 0x88c2f0 on input port
  38. E/ ( 1141): DroidMediaCodec: Error 0x3d reading from codec
  39. V/audio_hw_primary( 624): do_out_standby: CALLED
  40. V/audio_hw_primary( 624): do_out_standby: calling select_devices
  41. V/audio_hw_primary( 624): mixer_set: 'PCM Playback Sink' 0,0,0
  42. V/audio_hw_primary( 624): mixer_set: 'speaker_stereo_rx' 0,1,1
  43. V/audio_hw_primary( 624): disable speaker/headphones
  44. V/audio_hw_primary( 624): state hp=n skr=y mic=y
  45. E/OMXCodec( 1141): [OMX.qcom.video.decoder.mpeg4] Timed out waiting for output buffers: 2/3
  46. E/ ( 1141): DroidMediaCodec: Error 0x6e reading from codec
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement