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 758593 - mpdparser: remove gst_mpd_client_check_time_position
mpdparser: remove gst_mpd_client_check_time_position
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other All
: Normal minor
: 1.7.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-11-24 12:43 UTC by Florin Apostol
Modified: 2015-11-24 14:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch (4.89 KB, patch)
2015-11-24 12:43 UTC, Florin Apostol
committed Details | Review

Description Florin Apostol 2015-11-24 12:43:01 UTC
The function gst_mpd_client_check_time_position is not used. It uses gst_mpd_client_get_segment_duration which is not correct when duration is not available (e.g. segment timeline is being used).

Propose to remove gst_mpd_client_check_time_position function.
Comment 1 Florin Apostol 2015-11-24 12:43:39 UTC
Created attachment 316162 [details] [review]
proposed patch
Comment 2 Thiago Sousa Santos 2015-11-24 14:20:34 UTC
commit 9a7bf5fbf15cc5f3363dae15552f1bd87394f992
Author: Florin Apostol <florin.apostol@oregan.net>
Date:   Tue Nov 24 12:42:45 2015 +0000

    mpdparser: remove gst_mpd_client_check_time_position
    
    https://bugzilla.gnome.org/show_bug.cgi?id=758593