openwrt / packages

Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md
GNU General Public License v2.0
3.95k stars 3.46k forks source link

gstreamer WARNING: erroneous pipeline: no element "h264parse" #24379

Closed fareign closed 3 months ago

fareign commented 3 months ago

I build all the plugins,bad,good ,base,ugly and select all plugins and libs. it still no element "h264parse"

maybe it need other libs?

I find codecparsers lib is builded.but only 193kb, and debain 12 this libgstcodecparsers-1.0.so.0 is 515KB.

Issue template (remove lines from top till here)

fareign commented 3 months ago

I find there something conflict with videoparsersbad. if add $(call GST_COND_SELECT,videoparsersbad) config file has no videoparsersbad only videoparsers if use videoparser,the lib file name is videoparsersbad.so so use a patch file to change the source code?