docs: Improve gst_buffer_get_meta() to clear up confusion
authorWilliam Manley <will@williammanley.net>
Mon, 22 Sep 2014 16:27:31 +0000 (17:27 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 23 Sep 2014 16:30:15 +0000 (19:30 +0300)
commitf6b053d37564c91a321ddc761d775f951565bd69
tree3781fa75a08ed78c3e0c74871aa317779e151d9f
parent4707c0410ca89d2ab45c7da2d78f2746b6c6b462
docs: Improve gst_buffer_get_meta() to clear up confusion

I was confused by the existence of `gst_buffer_get_meta` as it suggested
to me that you should only attach one of any type of GstMeta to a buffer.
It's perfectly fine to attach multiple from a single API so I'm
documenting that here.

https://bugzilla.gnome.org/show_bug.cgi?id=737129
gst/gstbuffer.c