mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 05:06:17 +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,
|
void gst_base_parse_set_passthrough (GstBaseParse * parse,
|
||||||
gboolean passthrough);
|
gboolean passthrough);
|
||||||
|
|
||||||
|
void gst_base_parse_set_pts_interpolation (GstBaseParse * parse,
|
||||||
|
gboolean pts_interpolate);
|
||||||
|
|
||||||
void gst_base_parse_set_frame_rate (GstBaseParse * parse,
|
void gst_base_parse_set_frame_rate (GstBaseParse * parse,
|
||||||
guint fps_num,
|
guint fps_num,
|
||||||
guint fps_den,
|
guint fps_den,
|
||||||
|
|
Loading…
Reference in a new issue