[gstreamer-bugs] [Bug 559643] Don't allow empty or NULL strings in taglists

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sun May 31 07:44:17 PDT 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=559643

  GStreamer | gstreamer (core) | Ver: 0.10.x

Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
          Component|don't know                  |gstreamer (core)
         Resolution|                            |FIXED
            Summary|[PATCH] Treat empty string  |Don't allow empty or NULL
                   |metadata same as NULL       |strings in taglists
   Target Milestone|HEAD                        |0.10.24




------- Comment #9 from Tim-Philipp Müller  2009-05-31 14:44 UTC -------
Empty strings and NULL strings in taglists shouldn't be allowed in the first
place, and any plugins that do that should be fixed IMHO, so let's disallow
that in GStreamer:

 commit 30c890c7a2b8140da0ac2fd964a7023cd5fb22ca
 Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
 Date:   Sat May 30 20:50:40 2009 +0100

    taglists: warn if someone tries to add empty or NULL string tags to a
taglist

    Also warn if an element or application tries to add a field with an
    empty string to a structure (NULL strings are still needed and
    allowed though) and do all those checks in the right function.

    Fixes #559643.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=559643.




More information about the Gstreamer-bugs mailing list