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 753008 - dvdemux: Remove unused variable
dvdemux: Remove unused variable
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
unspecified
Other Linux
: Normal minor
: 1.5.90
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-07-29 10:03 UTC by RaviKiran
Modified: 2015-08-16 13:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
remove unused variable (1.17 KB, patch)
2015-07-29 10:07 UTC, RaviKiran
committed Details | Review

Description RaviKiran 2015-07-29 10:03:28 UTC
Remove unused variable 'framecount' from dvdemux.
Comment 1 RaviKiran 2015-07-29 10:07:19 UTC
Created attachment 308367 [details] [review]
remove unused variable

Removed unused variable 'framecount'
Comment 2 Tim-Philipp Müller 2015-07-30 13:37:22 UTC
Thanks:

commit 09684870719e8c90e28afd587af12cea3e13060d
Author: Ravi Kiran K N <ravi.kiran@samsung.com>
Date:   Wed Jul 29 15:46:20 2015 +0530

    dvdemux: remove unused variable
    
    Remove unused variable 'framecount' from dvdemux
    
    https://bugzilla.gnome.org/show_bug.cgi?id=753008