We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d9c531 commit 384bbdfCopy full SHA for 384bbdf
src/org/freedesktop/gstreamer/Bin.java
@@ -352,6 +352,8 @@ public static interface DEEP_ELEMENT_ADDED {
352
/**
353
* Called when an {@link Element} is added to a {@link Bin}
354
*
355
+ * Since GStreamer 1.10
356
+ *
357
* @param bin the Bin
358
* @param sub_bin the Bin the element was added to.
359
* @param element the {@link Element} that was added.
@@ -391,6 +393,8 @@ public static interface DEEP_ELEMENT_REMOVED {
391
393
392
394
* Called when an {@link Element} is removed from a {@link Bin}
395
396
397
398
399
* @param sub_bin the Bin the element was removed from.
400
* @param element the {@link Element} that was removed.
0 commit comments