summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/play/play.h
diff options
context:
space:
mode:
authorJulien Moutte <julien@moutte.net>2004-03-15 21:41:35 +0000
committerJulien Moutte <julien@moutte.net>2004-03-15 21:41:35 +0000
commit4fe61f2848902d93046907d369a0281ef2adbdc9 (patch)
treee48544d70e488bdda4825d1ecf102062e622fc0c /gst-libs/gst/play/play.h
parent4fd57bbe3fef59592a8664dcc9fa2ab32ae99c69 (diff)
downloadgst-plugins-bad-4fe61f2848902d93046907d369a0281ef2adbdc9.tar.gz
gst-plugins-bad-4fe61f2848902d93046907d369a0281ef2adbdc9.tar.bz2
gst-plugins-bad-4fe61f2848902d93046907d369a0281ef2adbdc9.zip
gst-libs/gst/play/play.c: First draft of gst_play_get_framerate.
Original commit message from CVS: 2004-03-15 Julien MOUTTE <julien@moutte.net> * gst-libs/gst/play/play.c: (gst_play_get_framerate), (gst_play_get_sink_element): First draft of gst_play_get_framerate. * gst-libs/gst/play/play.h:
Diffstat (limited to 'gst-libs/gst/play/play.h')
-rw-r--r--gst-libs/gst/play/play.h6
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__ */