Skip to content

Commit 384bbdf

Browse files
committed
Add javadoc
1 parent 5d9c531 commit 384bbdf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/org/freedesktop/gstreamer/Bin.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,8 @@ public static interface DEEP_ELEMENT_ADDED {
352352
/**
353353
* Called when an {@link Element} is added to a {@link Bin}
354354
*
355+
* Since GStreamer 1.10
356+
*
355357
* @param bin the Bin
356358
* @param sub_bin the Bin the element was added to.
357359
* @param element the {@link Element} that was added.
@@ -391,6 +393,8 @@ public static interface DEEP_ELEMENT_REMOVED {
391393
/**
392394
* Called when an {@link Element} is removed from a {@link Bin}
393395
*
396+
* Since GStreamer 1.10
397+
*
394398
* @param bin the Bin
395399
* @param sub_bin the Bin the element was removed from.
396400
* @param element the {@link Element} that was removed.

0 commit comments

Comments
 (0)