diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-05-16 21:40:43 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-05-16 21:40:43 +0200 |
| commit | ffa58e23f1c846cb1bb072a34d402f8c77bf02c5 (patch) | |
| tree | 8ecd9ef645de3830e4ba51c1f56da5a023e9b342 /src | |
| parent | 289f94599dd6a164be99fbd8d529000121cf213b (diff) | |
| download | box64-ffa58e23f1c846cb1bb072a34d402f8c77bf02c5.tar.gz box64-ffa58e23f1c846cb1bb072a34d402f8c77bf02c5.zip | |
Added 1 more gstreamer symbol
Diffstat (limited to 'src')
| -rw-r--r-- | src/wrapped/wrappedgstvideo_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedgstvideo_private.h b/src/wrapped/wrappedgstvideo_private.h index 2cb724fa..dbc61d9f 100644 --- a/src/wrapped/wrappedgstvideo_private.h +++ b/src/wrapped/wrappedgstvideo_private.h @@ -373,7 +373,7 @@ GO(gst_video_tile_mode_get_type, LFv) GO(gst_video_tile_type_get_type, LFv) GO(gst_video_time_code_add_frames, vFpl) GO(gst_video_time_code_add_interval, pFpp) -//GO(gst_video_time_code_clear, +GO(gst_video_time_code_clear, vFp) GO(gst_video_time_code_compare, iFpp) GO(gst_video_time_code_copy, pFp) GO(gst_video_time_code_flags_get_type, LFv) |