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 766343 - mpegtsbase: remove unused variables 'upstream_live' and 'queried_latency'
mpegtsbase: remove unused variables 'upstream_live' and 'queried_latency'
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.9.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-05-12 18:47 UTC by Damian Ziobro
Modified: 2016-05-13 07:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch - removing unused variables (810 bytes, patch)
2016-05-12 18:48 UTC, Damian Ziobro
committed Details | Review

Description Damian Ziobro 2016-05-12 18:47:24 UTC
variables 'upstream_live' and 'queried_latency' are declared in mpegtsbase.h but never used.
should be removed
Comment 1 Damian Ziobro 2016-05-12 18:48:28 UTC
Created attachment 327733 [details] [review]
Patch - removing unused variables

patch attached
Comment 2 Sebastian Dröge (slomo) 2016-05-13 07:29:39 UTC
commit abc1c4fc9a8f02ff775bf7f76e19cfe5df59cf37
Author: Damian Ziobro <damian@xmementoit.com>
Date:   Thu May 12 19:44:26 2016 +0100

    mpegtsbase: remove unused variables: upstream_live and queried_latency
    
    https://bugzilla.gnome.org/show_bug.cgi?id=766343