[gstreamer-bugs] [Bug 327315] GStreamer CVS head files to build with GCC 4.1

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Mar 21 06:46:57 PST 2006


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=327315
 GStreamer | gstreamer (core) | Ver: HEAD CVS


Edward Hervey changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bilboed at bilboed.com
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.5




------- Comment #2 from Edward Hervey  2006-03-21 14:46 UTC -------
Fixed, closing.

2006-03-21  Edward Hervey  <edward at fluendo.com>

        reviewed by: <delete if not using a buddy>

        * gst/gstbin.c: (gst_bin_dispose), (gst_bin_provide_clock_func),
        (gst_bin_handle_message_func):
        * gst/gstclock.c: (gst_clock_dispose), (gst_clock_set_master):
        * gst/gstelement.c: (gst_element_set_clock), (gst_element_dispose),
        (gst_element_set_bus_func):
        * gst/gstghostpad.c: (gst_proxy_pad_dispose):
        * gst/gstminiobject.c: (gst_value_set_mini_object),
        (gst_value_take_mini_object):
        * gst/gstpad.c: (gst_pad_set_pad_template):
        * gst/gstpipeline.c: (gst_pipeline_dispose),
        (gst_pipeline_use_clock), (gst_pipeline_auto_clock):
        * libs/gst/base/gstcollectpads.c: (gst_collect_pads_pop),
        (gst_collect_pads_chain):
        * libs/gst/net/gstnettimeprovider.c:
        (gst_net_time_provider_set_property):
        Series of fixes for dereferenced pointers that gcc 4.1 complains about.
        It's in fact all issues with gst_*object_replace().

2006-03-21  Edward Hervey  <edward at fluendo.com>

        * gst/gstbuffer.h:
        * gst/gstevent.h:
        * gst/gstmessage.h:
        gst_[buffer|event|message]_ref() macros are replaced by a static
        inline functions because gcc-4.1 will about if the return value
        isn't used.
        * tests/check/gst/gstevent.c: (event_probe):
        gst_event_ref now has to be given a GstEvent* , fix check accordingly.


-- 
Configure bugmail: http://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