Skip to content

Commit e37cd7f

Browse files
committed
Update GstTagListAPI
1 parent b1590ca commit e37cd7f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/org/freedesktop/gstreamer/lowlevel/GstTagListAPI.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,7 @@ interface TagMergeFunc extends GstCallback {
7373
boolean gst_tag_list_get_string_index(TagList list, String tag, int index, Pointer[] value);
7474
boolean gst_tag_list_get_date_index(TagList list, String tag, int index, PointerByReference value);
7575
boolean gst_tag_list_get_date_index(TagList list, String tag, int index, Pointer[] value);
76+
boolean gst_tag_list_get_date_time(TagList list, String tag, PointerByReference value);
77+
boolean gst_tag_list_get_date_time_index(TagList list, String tag, int index, PointerByReference value);
7678

7779
}

0 commit comments

Comments
 (0)