dashdemux: Corrected duration argument for gst_mpd_client_add_media_segment call
authorFlorin Apostol <florin.apostol@oregan.net>
Wed, 24 Jun 2015 16:16:46 +0000 (17:16 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 25 Jun 2015 08:16:24 +0000 (10:16 +0200)
commitdbf12ab760c1a5c735617823fff0cc487439da1d
treef8443fb5e37bc61673ca7d15a49aaf666a798e0d
parent93f08347de7b725f568b74e972c7d4a59773bb6f
dashdemux: Corrected duration argument for gst_mpd_client_add_media_segment call

The last parameter of gst_mpd_client_add_media_segment function is a
duration. But when called from gst_mpd_client_setup_representation, the
last argument was wrongly set to PeriodEnd

https://bugzilla.gnome.org/show_bug.cgi?id=751449
ext/dash/gstmpdparser.c