summaryrefslogtreecommitdiff
path: root/gstplay/gstplay.h
diff options
context:
space:
mode:
Diffstat (limited to 'gstplay/gstplay.h')
-rw-r--r--gstplay/gstplay.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gstplay/gstplay.h b/gstplay/gstplay.h
index 8356dd1ee9..23d578e1ca 100644
--- a/gstplay/gstplay.h
+++ b/gstplay/gstplay.h
@@ -76,7 +76,9 @@ gulong gst_play_get_media_total_time (GstPlay *play);
gulong gst_play_get_media_current_time (GstPlay *play);
/* set display stuff */
-void gst_play_set_display_size ();
+GtkWidget * gst_play_get_video_widget (GstPlay *play);
+gint gst_play_get_source_width (GstPlay *play);
+gint gst_play_get_source_height (GstPlay *play);
/* the autoplugged pipeline */
GstElement* gst_play_get_pipeline (GstPlay *play);