hello,
i’m moving the discussion from this thread (Errors compiling ofxAxisGrabber) here because i’ve identified that my issue a with GStreamer itself
i’m compiling a project generated with the ofxGStreamer addon; i am able to compile the example but i see no video and get these errors in the xcode console:
[ error ] ofGstUtils: startPipeline(): unable to pause pipeline
[warning] ofGstUtils: getDurationNanos(): couldn’t query time duration
[ error ] ofGstVideoPlayer: allocate(): cannot get pipeline caps
[warning] ofGstVideoUtils: update(): ofGstVideoUtils not loaded
[warning] ofGstVideoUtils: update(): ofGstVideoUtils not loaded
[warning] ofGstVideoUtils: update(): ofGstVideoUtils not loaded
when i test to see if i have gstreamer installed properly, it appears that i do (see below).
if there’s another test i can perform to assure that GStreamer is installed properly, i’d be happy to try.
mill:~ ali$ /Library/Frameworks/GStreamer.framework/Versions/1.0/bin/gst-inspect-1.0
y4menc: y4menc: YUV4MPEG video encoder
y4mdec: y4mdec: YUV4MPEG demuxer/decoder
xingmux: xingmux: MP3 Xing muxer
x264: x264enc: x264enc
wavparse: wavparse: WAV audio demuxer
wavpack: wavpackenc: Wavpack audio encoder
wavpack: wavpackdec: Wavpack audio decoder
wavenc: wavenc: WAV audio muxer
vpx: vp9enc: On2 VP9 Encoder
vpx: vp9dec: On2 VP9 Decoder
vpx: vp8enc: On2 VP8 Encoder
vpx: vp8dec: On2 VP8 Decoder
vorbis: vorbistag: VorbisTag
vorbis: vorbisparse: VorbisParse
vorbis: vorbisdec: Vorbis audio decoder
vorbis: vorbisenc: Vorbis audio encoder
volume: volume: Volume
voaacenc: voaacenc: AAC audio encoder
videotestsrc: videotestsrc: Video test source
videoscale: videoscale: Video scaler
videorate: videorate: Video rate adjuster
videoparsersbad: vc1parse: VC1 parser
videoparsersbad: h265parse: H.265 parser
videoparsersbad: pngparse: PNG parser
videoparsersbad: mpeg4videoparse: MPEG 4 video elementary stream parser
videoparsersbad: mpegvideoparse: MPEG video elementary stream parser
videoparsersbad: diracparse: Dirac parser
videoparsersbad: h264parse: H.264 parser
videoparsersbad: h263parse: H.263 parser
videomixer: videomixer: Video mixer 2
…
…
…
adpcmdec: adpcmdec: ADPCM decoder
adder: adder: Adder
accurip: accurip: AccurateRip™ CRC element
a52dec: a52dec: ATSC A/52 audio decoder
gnonlin: gnlurisource: GNonLin URI Source
gnonlin: gnloperation: GNonLin Operation
gnonlin: gnlcomposition: GNonLin Composition
gnonlin: gnlsource: GNonLin Source
staticelements: bin: Generic bin
staticelements: pipeline: Pipeline object
Total count: 159 plugins, 1052 features
mill:~ ali$