<div dir="auto"><div><br><div class="gmail_extra"><br><div class="gmail_quote">On Feb 3, 2017 06:16, "Sachs Jürgen" <<a href="mailto:juergen.sachs@metz-ce.de">juergen.sachs@metz-ce.de</a>> wrote:<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
there is a problem in the mpdparser coming up with some streams from the German DVB-T2 DASH preview streams. When playing such stream I get an error<br>
  >> gstmpdparser.c:1645:gst_<wbr>mpdparser_parse_mult_seg_base_<wbr>type_ext: segment has neither duration nor timeline<br>
The manifest contains SegmentTemplate nodes both in the AdaptationSet and in the Representation nodes. The SegmentTemplate in AdaptationSet does not contain a duration attribute and therefore the parser bails out (without examining the sub-nodes).<br>
---<br>
  <AdaptationSet segmentAlignment="true" bitstreamSwitching="true" maxWidth="1280" maxHeight="720" maxFrameRate="50" par="16:9" lang="und"><br>
   <Role schemeIdUri="urn:mpeg:dash:<wbr>role:2011" value="main"/><br>
   <SegmentTemplate initialization="V-1280x720p50_<wbr>libx264_high_yuv420p_gop100_<wbr>bit3584k_term5-2-5-14-1_set1_<wbr>init.mp4"/><br>
   <Representation id="164950" mimeType="video/mp4" codecs="avc1.640020" width="1280" height="720" frameRate="50" sar="1:1" startWithSAP="1" bandwidth="3484245"><br>
    <SegmentTemplate timescale="12800" media="V-1280x720p50_6bar_2ch_<wbr>libx264_high_yuv420p_gop100_<wbr>bit3584k_max3584k_buf7M_term1-<wbr>2-4-14-1_dash_track1_$Number$.<wbr>m4s" startNumber="1" duration="25600"/><br>
---<br>
(the complete manifest is at <a href="http://akamai-progressive.irt.de/irt_avstandard_2014/M4S/1280x720p50/V-1280x720p50_libx264_high_yuv420p_gop100_bit3584k_term5-2-5-14-1/seg2_frag2_hbbtv15_live_multi/V-1280x720p50_libx264_high_yuv420p_gop100_bit3584k_term5-2-5-14-1.mpd" rel="noreferrer" target="_blank">http://akamai-progressive.irt.<wbr>de/irt_avstandard_2014/M4S/<wbr>1280x720p50/V-1280x720p50_<wbr>libx264_high_yuv420p_gop100_<wbr>bit3584k_term5-2-5-14-1/seg2_<wbr>frag2_hbbtv15_live_multi/V-<wbr>1280x720p50_libx264_high_<wbr>yuv420p_gop100_bit3584k_term5-<wbr>2-5-14-1.mpd</a><br>
<br>
I have fixed this issue locally in gstmpdparser.c and my question is how to get this patch in the master. What is the correct way to do this<br>
- do I need to fill a bugzilla report first, what are the next steps after<br>
- shall I send the patch to someone<br></blockquote></div></div></div><div dir="auto"><br></div><div dir="auto">Please create a bug in Bugzilla and attach your patch and any details you have about the issue. If possible, your patch should be in "git format-patch" format and against git master. </div><div dir="auto"><br></div><div dir="auto"><a href="http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer">http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer</a><br></div><div dir="auto"><br></div><div dir="auto">Thanks,</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Kind regards<br>
/Juergen<br>
<br>
<br>
______________________________<wbr>_________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.<wbr>freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/gstreamer-<wbr>devel</a><br>
</blockquote></div><br></div></div></div>