After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 485033 - Wrong return type for gst_ffmpegdec_setcaps
Wrong return type for gst_ffmpegdec_setcaps
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other All
: Normal normal
: 0.10.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-10-09 13:11 UTC by Tuomas Kulve
Modified: 2007-10-10 09:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch for the return type (334 bytes, application/octet-stream)
2007-10-09 13:12 UTC, Tuomas Kulve
Details

Description Tuomas Kulve 2007-10-09 13:11:07 UTC
The function gst_ffmpegdec_setcaps returns GstPadLinkReturn (unlike the prototype) even though gboolean would be correct.
Comment 1 Tuomas Kulve 2007-10-09 13:12:23 UTC
Created attachment 96933 [details]
Patch for the return type
Comment 2 Wim Taymans 2007-10-10 09:31:46 UTC
        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.