mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
Fix some nonsensical g-i annotations
This commit is contained in:
parent
efb1955ffb
commit
12a1418f7f
3 changed files with 2 additions and 6 deletions
|
@ -902,7 +902,7 @@ gst_buffer_new_wrapped (gpointer data, gsize size)
|
|||
* Get the amount of memory blocks that this buffer has. This amount is never
|
||||
* larger than what gst_buffer_get_max_memory() returns.
|
||||
*
|
||||
* Returns: (transfer full): the amount of memory block in this buffer.
|
||||
* Returns: the number of memory blocks this buffer is made of.
|
||||
*/
|
||||
guint
|
||||
gst_buffer_n_memory (GstBuffer * buffer)
|
||||
|
|
|
@ -819,7 +819,7 @@ gst_ghost_pad_get_target (GstGhostPad * gpad)
|
|||
* is unlinked and links to the new target are established. if @newtarget is
|
||||
* %NULL the target will be cleared.
|
||||
*
|
||||
* Returns: (transfer full): %TRUE if the new target could be set. This function
|
||||
* Returns: %TRUE if the new target could be set. This function
|
||||
* can return %FALSE when the internal pads could not be linked.
|
||||
*/
|
||||
gboolean
|
||||
|
|
|
@ -2016,10 +2016,6 @@ gst_harness_query_latency (GstHarness * h)
|
|||
*
|
||||
* Sets the min latency reported by #GstHarness when receiving a latency-query
|
||||
*
|
||||
* MT safe.
|
||||
*
|
||||
* Returns: a #GstClockTime with min latency
|
||||
*
|
||||
* Since: 1.6
|
||||
*/
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue