[Bug 730830] hlsdemux: Remove \" sign from decryption KEY url does not always work

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue May 27 10:00:37 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=730830
  GStreamer | gst-plugins-bad | 1.3.2

Sebastian Dröge (slomo) <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #277319|none                        |needs-work
             status|                            |

--- Comment #6 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2014-05-27 17:00:30 UTC ---
Review of attachment 277319:
 --> (https://bugzilla.gnome.org/review?bug=730830&attachment=277319)

::: ext/hls/m3u8.c
@@ +491,3 @@
+              if(!is_init_quotation_mark){
+                //found initializing quotation mark of URL 
+                key += (++i);

This is still wrong for the same reasons as before :)

Also maybe just use strchr() here to find the first " and then the second "
from there

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list