appsrc: Minor documentation cleanup

This commit is contained in:
Arun Raghavan 2016-01-19 12:39:22 +05:30
parent 4f5a263381
commit 91084f49c0

View file

@ -1742,13 +1742,13 @@ gst_app_src_push_buffer (GstAppSrc * appsrc, GstBuffer * buffer)
/** /**
* gst_app_src_push_sample: * gst_app_src_push_sample:
* @appsrc: a #GstAppSrc * @appsrc: a #GstAppSrc
* @sample: (transfer none): a #GstSample from wich extract buffer to * @sample: (transfer none): a #GstSample from which buffer and caps may be
* push and caps to set * extracted
* *
* Extract a buffer from the provided sample and adds it to the queue of * Extract a buffer from the provided sample and adds it to the queue of
* buffers that the appsrc element will push to its source pad. Any * buffers that the appsrc element will push to its source pad. Any
* previous caps setted on appsrc will be replaced by the caps associated * previous caps that were set on appsrc will be replaced by the caps
* with the sample if not equal. * associated with the sample if not equal.
* *
* When the block property is TRUE, this function can block until free * When the block property is TRUE, this function can block until free
* space becomes available in the queue. * space becomes available in the queue.