[gstreamer-bugs] [Bug 321962] New: [easyfix] gst_value_is_fixed uses gst_value_list_* on GST_TYPE_ARRAYs

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sun Nov 20 12:14:50 PST 2005


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=321962
 GStreamer | gstreamer (core) | Ver: HEAD CVS

           Summary: [easyfix] gst_value_is_fixed uses gst_value_list_* on
                    GST_TYPE_ARRAYs
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: alessandro at nnva.org
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: all-bugs at bugzilla.gnome.org


Please describe the problem:
gst_value_is_fixed first checks for GST_VALUE_TYPE (value) == GST_TYPE_ARRAY and
then uses gst_value_list_get_size on the value. That results in an error as
GST_VALUE_HOLDS_LIST (value) called in gst_value_list_get_size fails.

Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list