commit | 86a216b1bab4153e8382561f67e1e5012dbff75d | [log] [tgz] |
---|---|---|
author | Thiago Santos <thiago.sousa.santos@collabora.co.uk> | Mon Feb 01 17:40:08 2010 -0300 |
committer | Thiago Santos <thiago.sousa.santos@collabora.co.uk> | Mon Feb 01 17:47:25 2010 -0300 |
tree | ba1915084e232d6294ccb6b7b949d2415a121458 | |
parent | 4878e95ff468357dcb61f3666fa54f5bb9f0cfa3 [diff] |
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 https://bugzilla.gnome.org/show_bug.cgi?id=608726