]> git.99rst.org Git - openwrt-packages.git/commitdiff
gst1-plugins-good: add the y4m plugin package
authorAlexandru Ardelean <redacted>
Fri, 18 Sep 2026 16:23:48 +0000 (19:23 +0300)
committerAlexandru Ardelean <redacted>
Sun, 20 Sep 2026 10:59:46 +0000 (13:59 +0300)
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 <redacted>
multimedia/gst1-plugins-good/Makefile

index 967010e042edfcc2fdf814f15fa743fabeb5e23b..e274fbf65da336059ee1fc1659823b352b416696 100644 (file)
@@ -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,,,))
git clone https://git.99rst.org/PROJECT