We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de9d761 commit 8f6deaaCopy full SHA for 8f6deaa
src/org/freedesktop/gstreamer/elements/AppSink.java
@@ -175,9 +175,9 @@ public static interface NEW_SAMPLE {
175
public FlowReturn newSample(AppSink elem);
176
}
177
/**
178
- * Adds a listener for the <code>new-buffer</code> signal. If a blocking
+ * Adds a listener for the <code>new-sample</code> signal. If a blocking
179
* 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
+ * will make appsink emit the "new-sample" and "new-preroll" signals when a
181
* buffer can be pulled without blocking.
182
*
183
* @param listener
0 commit comments