GNOME Bugzilla – Bug 608726
bytewriter: mistake in .h/.c function naming
Last modified: 2010-02-01 23:49:40 UTC
In .c we have: gst_byte_writer_reset_and_get_buffer In .h we have: gst_byte_writer_reset_and_get_data_as_buffer We should use the same name.
Created attachment 152766 [details] [review] gstbytewriter: Fix different function names in .h and .c gst_byte_writer_reset_and_get_buffer wasn't declared in .h, instead there was _reset_and_get_data_as_buffer. Replace it with the real function name, that is smaller and matches gst_byte_writer_free_and_get_buffer Fixes #608726
Module: gstreamer Branch: master Commit: 86a216b1bab4153e8382561f67e1e5012dbff75d URL: http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=86a216b1bab4153e8382561f67e1e5012dbff75d Author: Thiago Santos <thiago.sousa.santos@collabora.co.uk> Date: Mon Feb 1 17:40:08 2010 -0300 gstbytewriter: Fix different function names in .h and .c gst_byte_writer_reset_and_get_buffer wasn't declared in .h, instead there was _reset_and_get_data_as_buffer. Replace it with the real function name, that is smaller and matches gst_byte_writer_free_and_get_buffer