You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi dude, your program is so great i really need the cmakelist file. I'm a newbie of gstreamer i can build you program and run it, i try to run it with your chicken.ogg file. I think it should play it make some sound. But i just got the log immediately. !immediately without any sound. Is that correct ? Thank you man
Element typefind changed state from NULL to READY.
Element decodebin changed state from NULL to READY.
Element filesrc0 changed state from NULL to READY.
Element pipeline0 changed state from NULL to READY.
Element typefind(sink) changed stream status to 0.
Element typefind changed state from READY to PAUSED.
Element filesrc0 changed state from READY to PAUSED.
Element typefind(sink) changed stream status to 1.
Element oggdemux0 changed state from NULL to READY.
Element oggdemux0(sink) changed stream status to 0.
Element oggdemux0 changed state from READY to PAUSED.
Element oggdemux0(sink) changed stream status to 1.
Element multiqueue0(src_0) changed stream status to 1.
Element vorbisdec0 changed state from NULL to READY.
Element vorbisdec0 changed state from READY to PAUSED.
Pluging deinterleave...Element audioconvert0 changed state from NULL to READY.
Element audioconvert0 changed state from READY to PAUSED.
Element audioresample0 changed state from NULL to READY.
Element audioresample0 changed state from READY to PAUSED.
Element capsfilter0 changed state from NULL to READY.
Element capsfilter0 changed state from READY to PAUSED.
Element deinterleave changed state from NULL to READY.
Element deinterleave changed state from READY to PAUSED.
Element decodebin changed state from READY to PAUSED.
Element pipeline0 changed state from READY to PAUSED.
Element queue0 changed state from NULL to READY.
Element appsink0 changed state from NULL to READY.
Element queue1 changed state from NULL to READY.
Element appsink1 changed state from NULL to READY.
Element queue1(src) changed stream status to 0.
Element queue1 changed state from READY to PAUSED.
Element queue1 changed state from PAUSED to PLAYING.
Element queue0(src) changed stream status to 0.
Element queue0 changed state from READY to PAUSED.
Element queue0 changed state from PAUSED to PLAYING.
Element deinterleave changed state from PAUSED to PLAYING.
Element capsfilter0 changed state from PAUSED to PLAYING.
Element audioresample0 changed state from PAUSED to PLAYING.
Element audioconvert0 changed state from PAUSED to PLAYING.
Element vorbisdec0 changed state from PAUSED to PLAYING.
Element multiqueue0 changed state from PAUSED to PLAYING.
Element oggdemux0 changed state from PAUSED to PLAYING.
Element typefind changed state from PAUSED to PLAYING.
Element decodebin changed state from PAUSED to PLAYING.
Element filesrc0 changed state from PAUSED to PLAYING.
Element queue1(src) changed stream status to 1.
Element queue0(src) changed stream status to 1.
Element appsink1 changed state from READY to PAUSED.
Element appsink0 changed state from READY to PAUSED.
Element appsink1 changed state from PAUSED to PLAYING.
Element pipeline0 changed state from PAUSED to PLAYING.
Element appsink0 changed state from PAUSED to PLAYING.
finished decoding loop!
finished main!
Process finished with exit code 0
and cmake log is
-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
-- Checking for module 'glib-2.0'
-- Found glib-2.0, version 2.48.2
-- Checking for module 'gstreamer-1.0'
-- Found gstreamer-1.0, version 1.8.3
-- Checking for module 'gstreamer-1.0'
-- Found gstreamer-1.0, version 1.8.3
-- Checking for module 'gstreamer-app-1.0'
-- Found gstreamer-app-1.0, version 1.8.3
-- Checking for module 'gstreamer-audio-1.0'
-- Found gstreamer-audio-1.0, version 1.8.3
-- Checking for module 'gstreamer-pbutils-1.0'
-- Found gstreamer-pbutils-1.0, version 1.8.3
-- Checking for module 'gstreamer-fft-1.0'
-- Found gstreamer-fft-1.0, version 1.8.3
-- Configuring done
-- Generating done
-- Build files have been written to:
The text was updated successfully, but these errors were encountered:
Hi dude, your program is so great i really need the cmakelist file. I'm a newbie of gstreamer i can build you program and run it, i try to run it with your chicken.ogg file. I think it should play it make some sound. But i just got the log immediately. !immediately without any sound. Is that correct ? Thank you man
and cmake log is
The text was updated successfully, but these errors were encountered: