GNOME Bugzilla – Bug 765319
avdeinterlace: only green screen since 1.7.2
Last modified: 2016-04-20 12:31:18 UTC
Looks like avdeinterlace is broken since the 1.7.2 release. Using the following pipeline produces only an green screen and gives "libav :0:: No such filter: 'buffer'" error: gst-launch-1.0 videotestsrc ! avdeinterlace mode=1 ! autovideosink Compiling 1.7.1 and replace libgstlibav.so works here under debian testing.
Created attachment 326408 [details] [review] avdeinterlace: Register all filters and only disable all except for yadif during compilation Otherwise avdeinterlace won't find any filters, and we only use yadif in there.
Attachment 326408 [details] pushed as ae3a80e - avdeinterlace: Register all filters and only disable all except for yadif during compilation