[gstreamer-bugs] [Bug 487969] allow nested GstStructures

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Oct 19 10:52:35 PDT 2007


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=487969

  GStreamer | gstreamer (core) | Ver: HEAD CVS

Wim Taymans changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #97480|none                        |reviewed
               Flag|                            |




------- Comment #12 from Wim Taymans  2007-10-19 17:52 UTC -------
yes, this sounds right.

I just tested to see if the old structure deserialize code can deserialise the
(new) structure ending in ; and it can. This is good.

Also tested the removal of the last ; for GstCaps, which also seems to work
fine.

Then some tests on caps deserialisation:

c = gst.caps_from_string("video/x-raw-yuv, width=(int)640, height=(int)480")
seems to still work. 

c = gst.caps_from_string("video/x-raw-yuv, width=(int)640, height=(int)480;")
seems to work fine.

c = gst.caps_from_string("video/x-raw-yuv, width=(int)640, height=(int)480;;")
faild, which is also expected.

Seems ok to me.


-- 
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=487969.




More information about the Gstreamer-bugs mailing list