c++ - Gstreamer elements not appearing available in c program but they do appear available using gst-tools -
i have c++ program using gstreamer. problem several of elements--namely ffmpeg plugins--do not work in program. when run example:
gst-inspect | grep ffenc_h261 shows up.
if run gst-launch .... ! ffenc_h261 ! ...
, works.
however in application, receive element 'ffenc_h261' not found or that.
any ideas?
turns out distro flubbed up. uninstalled uses gstreamer, sudo apt-get purge gstreamer*, downloaded of source, compiled, , installed. real pain in ass, got working. 1 more reason package managers nice, no substitute knowing how use compiler , make.
the annoying thing both yum , apt when installing gst-ffmpeg-plugins, package manager not tell disabling features bacause feature isn't installed.
maybe should complain debian. anyways, reading output of ./configure way go.
Comments
Post a Comment