[Bug 731204] androidmedia: Implement zerocopy rendering

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri May 1 16:52:38 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=731204

Tim-Philipp Müller <t.i.m at zen.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |t.i.m at zen.co.uk

--- Comment #76 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
> I just took a look at gst_object_unref and it allows the object to be NULL
> whereas g_object_unref does not.

[*] Citation needed, me thinks:

void
gst_object_unref (gpointer object)
{
  g_return_if_fail (object != NULL);
  ...
}

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