mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:06:12 +00:00
Fix some nonsensical g-i annotations
This commit is contained in:
parent
c408dafd04
commit
a903367420
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
|
* Get the amount of memory blocks that this buffer has. This amount is never
|
||||||
* larger than what gst_buffer_get_max_memory() returns.
|
* 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
|
guint
|
||||||
gst_buffer_n_memory (GstBuffer * buffer)
|
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
|
* is unlinked and links to the new target are established. if @newtarget is
|
||||||
* %NULL the target will be cleared.
|
* %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.
|
* can return %FALSE when the internal pads could not be linked.
|
||||||
*/
|
*/
|
||||||
gboolean
|
gboolean
|
||||||
|
|
|
@ -2016,10 +2016,6 @@ gst_harness_query_latency (GstHarness * h)
|
||||||
*
|
*
|
||||||
* Sets the min latency reported by #GstHarness when receiving a latency-query
|
* Sets the min latency reported by #GstHarness when receiving a latency-query
|
||||||
*
|
*
|
||||||
* MT safe.
|
|
||||||
*
|
|
||||||
* Returns: a #GstClockTime with min latency
|
|
||||||
*
|
|
||||||
* Since: 1.6
|
* Since: 1.6
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in a new issue