From: Alexandru Ardelean Date: Fri, 18 Sep 2026 16:23:48 +0000 (+0300) Subject: gst1-plugins-good: add the y4m plugin package X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=2ed4d547ff94252ed4cc9a71f2a8d1d2c3d39bc4;p=openwrt-packages.git gst1-plugins-good: add the y4m plugin package In 1.28 upstream merged the y4mdec element from gst-plugins-bad into the gst-plugins-good y4m plugin, which now registers both y4mdec and y4menc from a single libgsty4m. The Makefile has passed -Dy4m= since 1.16.2, but the package line stayed commented out, so the plugin was never built. Enable it, so the y4mdec element dropped from gst-plugins-bad in this series stays available. Anyone who selected gst1-mod-y4mdec needs to select gst1-mod-y4m instead. Signed-off-by: Alexandru Ardelean --- diff --git a/multimedia/gst1-plugins-good/Makefile b/multimedia/gst1-plugins-good/Makefile index 967010e04..e274fbf65 100644 --- a/multimedia/gst1-plugins-good/Makefile +++ b/multimedia/gst1-plugins-good/Makefile @@ -262,7 +262,7 @@ $(eval $(call GstBuildPlugin,videofilter,videofilter support,video,,)) $(eval $(call GstBuildPlugin,videomixer,videomixer support,video,,)) $(eval $(call GstBuildPlugin,wavenc,Wav encoder,riff,,)) $(eval $(call GstBuildPlugin,wavparse,Wav parser,audio riff tag,,)) -#$(eval $(call GstBuildPlugin,y4m,sty4menc support,video,,)) +$(eval $(call GstBuildPlugin,y4m,y4m encoder/decoder,video,,)) #$(eval $(call GstBuildPlugin,1394,IEEE 1394 support,,,)) #$(eval $(call GstBuildPlugin,aalib,aalib text console video sink,,,))