GNOME Bugzilla – Bug 485033
Wrong return type for gst_ffmpegdec_setcaps
Last modified: 2007-10-10 09:31:46 UTC
The function gst_ffmpegdec_setcaps returns GstPadLinkReturn (unlike the prototype) even though gboolean would be correct.
Created attachment 96933 [details] Patch for the return type
Patch by: Tuomas Kulve <tuomas dot kulve at movial dot fi> * ext/ffmpeg/gstffmpegdec.c: Fix the return type of the setcaps function. Fixes #485033.