mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
parse: add missing declaration
This commit is contained in:
parent
6802620d9d
commit
a1fa643c93
1 changed files with 3 additions and 0 deletions
|
@ -299,6 +299,9 @@ void gst_base_parse_set_syncable (GstBaseParse * parse,
|
|||
void gst_base_parse_set_passthrough (GstBaseParse * parse,
|
||||
gboolean passthrough);
|
||||
|
||||
void gst_base_parse_set_pts_interpolation (GstBaseParse * parse,
|
||||
gboolean pts_interpolate);
|
||||
|
||||
void gst_base_parse_set_frame_rate (GstBaseParse * parse,
|
||||
guint fps_num,
|
||||
guint fps_den,
|
||||
|
|
Loading…
Reference in a new issue