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 646923 - video: Remove unused variable
video: Remove unused variable
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
unspecified
Other All
: Normal normal
: 0.10.33
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-04-06 15:23 UTC by Bastien Nocera
Modified: 2011-04-07 08:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
video: Remove unused variable (1.06 KB, patch)
2011-04-06 15:23 UTC, Bastien Nocera
rejected Details | Review

Description Bastien Nocera 2011-04-06 15:23:42 UTC
.
Comment 1 Bastien Nocera 2011-04-06 15:23:44 UTC
Created attachment 185319 [details] [review]
video: Remove unused variable
Comment 2 Sebastian Dröge (slomo) 2011-04-07 08:07:51 UTC
That variable should've been used, thanks for reporting :)

commit a29e55f9c4477e4c77218ca03536d3bbe3e6e518
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Thu Apr 7 10:06:53 2011 +0200

    video: Fix creation of grayscale caps
    
    The endianness was not set correctly before.
    
    Fixes bug #646923.