diff options
Diffstat (limited to 'gst-libs/gst/play/play.h')
-rw-r--r-- | gst-libs/gst/play/play.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gst-libs/gst/play/play.h b/gst-libs/gst/play/play.h index 8ccf827d..55c12a36 100644 --- a/gst-libs/gst/play/play.h +++ b/gst-libs/gst/play/play.h @@ -90,7 +90,9 @@ gboolean gst_play_seek_to_time (GstPlay *play, gint64 time_nanos); GstElement * gst_play_get_sink_element (GstPlay *play, - GstElement *element, - GstPlaySinkType sink_type); + GstElement *element, + GstPlaySinkType sink_type); + +gdouble gst_play_get_framerate (GstPlay *play); #endif /* __GST_PLAY_H__ */ |