[gstreamer-bugs] [Bug 615880] Add some more custom flow returns

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Apr 16 10:01:21 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=615880
  GStreamer | gstreamer (core) | git

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |t.i.m at zen.co.uk
         Resolution|                            |FIXED

--- Comment #2 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2010-04-16 17:01:17 UTC ---
Committed (with a FIXME 0.11: remove)

commit 126d9cfce8a298f30b10fe304d3fd48ae5c4640c
Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date:   Fri Apr 16 14:22:18 2010 +0100

    pad: add enums for custom flow return success and error codes

    This way people can just #define their own custom flow returns to
    one of these without having the compiler (esp. gcc-4.5) complain
    about comparing integers to an enum or the enum not being listed

    Fixes #615880.

    API: GST_FLOW_CUSTOM_SUCCESS_1
    API: GST_FLOW_CUSTOM_SUCCESS_2
    API: GST_FLOW_CUSTOM_ERROR_1
    API: GST_FLOW_CUSTOM_ERROR_2

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