linux-automation / meta-lxatac

Build your own LXA TAC images and bundles
MIT License
5 stars 15 forks source link

lxatac-core-image-base: add gstreamer1.0-plugins-bad-videoparsersbad #32

Closed hnez closed 1 year ago

hnez commented 1 year ago

We (and @tretter in particular) need the h264parse element to stream video from USB webcams with internal h264 encoder via labgrid.

I've looked at the image size increase:

# Without gstreamer1.0-plugins-bad*
-rw-r--r-- 1 lgo lgo 703M Mar  7 07:44 lxatac-core-image-base-lxatac-20230307064249.rootfs.tar

# With gstreamer1.0-plugins-bad-videoparsersbad
-rw-r--r-- 1 lgo lgo 703M Mar  7 07:54 lxatac-core-image-base-lxatac-20230307065243.rootfs.tar

# With gstreamer1.0-plugins-bad
-rw-r--r-- 1 lgo lgo 718M Mar  7 07:51 lxatac-core-image-base-lxatac-20230307064710.rootfs.tar

We should go with only videoparsersbad for now and see if we need other elements that warrant the size increase later.