GNOME Bugzilla – Bug 765397
Add gst_map_info_unmap method
Last modified: 2016-04-22 07:06:38 UTC
Created attachment 326523 [details] [review] 0001-mapinfo-add-unmap-method.patch I've just noted, that gst_buffer_unmap() method doesn't require GstBuffer object. So I'm suggesting to extend the API by gst_map_info_unmap() method. On API break, gst_buffer_unmap() could be removed.
Thanks for the suggestion and the patch. I'm not sure this is a good idea though. I think map()/unmap() should be symmetrical and think the added benefit of this new function is minor.
OK, Thanks. So I think the bug can be closed then.