GNOME Bugzilla – Bug 777810
GstStream and GstStreamCollection missing g_autoptr() support
Last modified: 2017-01-27 00:41:09 UTC
Created attachment 344364 [details] [review] GstStream/GstStreamCollection: add g_autoptr() support Using g_autoptr(GstStream) or g_autoptr(GstStreamCollection) fails with compile errors.
Thanks for the patch, any chance you could submit it in git format-patch format? (So it has a commit message and author info etc.) https://gstreamer.freedesktop.org/documentation/contribute/index.html#how-to-prepare-a-patch-for-submission
Created attachment 344367 [details] [review] GstStream/GstStreamCollection: add g_autoptr() support
Thanks! commit e286e81856f0794bf5167bde508ec45c41fb2c92 Author: Brendan Shanks <brendan.shanks@teradek.com> Date: Thu Jan 26 15:32:31 2017 -0800 GstStream/GstStreamCollection: add g_autoptr() support https://bugzilla.gnome.org/show_bug.cgi?id=777810