Skip to content

Commit 8f6deaa

Browse files
committed
modify javadoc of NEW_SAMPLE.newSample()
1 parent de9d761 commit 8f6deaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/org/freedesktop/gstreamer/elements/AppSink.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,9 @@ public static interface NEW_SAMPLE {
175175
public FlowReturn newSample(AppSink elem);
176176
}
177177
/**
178-
* Adds a listener for the <code>new-buffer</code> signal. If a blocking
178+
* Adds a listener for the <code>new-sample</code> signal. If a blocking
179179
* behaviour is not desirable, setting the "emit-signals" property to TRUE
180-
* will make appsink emit the "new-buffer" and "new-preroll" signals when a
180+
* will make appsink emit the "new-sample" and "new-preroll" signals when a
181181
* buffer can be pulled without blocking.
182182
*
183183
* @param listener

0 commit comments

Comments
 (0)