mirror of
https://github.com/go-gst/go-gst.git
synced 2025-10-05 16:06:55 +08:00
do not mention Unref() in the docs where not applicable
This commit is contained in:
@@ -145,8 +145,6 @@ func (a *Source) PushBufferList(bufList *gst.BufferList) gst.FlowReturn {
|
||||
// push to its source pad. Any previous caps that were set on appsrc will be replaced by the caps associated with the
|
||||
// sample if not equal.
|
||||
//
|
||||
// This function does not take ownership of the sample so the sample needs to be unreffed after calling this function.
|
||||
//
|
||||
// When the block property is TRUE, this function can block until free space becomes available in the queue.
|
||||
func (a *Source) PushSample(sample *gst.Sample) gst.FlowReturn {
|
||||
return gst.FlowReturn(C.gst_app_src_push_sample(
|
||||
|
Reference in New Issue
Block a user