From 9ad17512a8b8dbd87dc8dc95e4dfd69a72637111 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Tue, 26 Nov 2024 23:04:37 +0000 Subject: [PATCH] gst1-plugins-bad: build videoparsersbad plugin Build previously commented-out videoparsersbad plugins which contains a bunch of useful format decoders: * av1parse: AV1 parser * diracparse: Dirac parser * h263parse: H.263 parser * h264parse: H.264 parser * h265parse: H.265 parser * jpeg2000parse: JPEG 2000 parser * mpeg4videoparse: MPEG 4 video elementary stream parser * mpegvideoparse: MPEG video elementary stream parser * pngparse: PNG parser * vc1parse: VC1 parser * vp9parse: VP9 parser Signed-off-by: Daniel Golle --- multimedia/gst1-plugins-bad/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multimedia/gst1-plugins-bad/Makefile b/multimedia/gst1-plugins-bad/Makefile index 1f9bdd448e..0ae1f7796e 100644 --- a/multimedia/gst1-plugins-bad/Makefile +++ b/multimedia/gst1-plugins-bad/Makefile @@ -428,7 +428,7 @@ $(eval $(call GstBuildPlugin,switchbin,switchbin support,,,)) $(eval $(call GstBuildPlugin,timecode,timecode support,,,)) $(eval $(call GstBuildPlugin,videofiltersbad,videofiltersbad support,,,)) $(eval $(call GstBuildPlugin,videoframe_audiolevel,videoframe_audiolevel support,,,)) -#$(eval $(call GstBuildPlugin,videoparsersbad,videoparsersbad support,,,)) +$(eval $(call GstBuildPlugin,videoparsersbad,videoparsersbad support,codecparsers,,)) $(eval $(call GstBuildPlugin,videosignal,videosignal support,,,)) $(eval $(call GstBuildPlugin,vmnc,vmnc support,,,)) $(eval $(call GstBuildPlugin,y4mdec,y4mdec support,,,))