diff options
Diffstat (limited to 'gst-libs/gst/play/gstplay.h')
-rw-r--r-- | gst-libs/gst/play/gstplay.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gst-libs/gst/play/gstplay.h b/gst-libs/gst/play/gstplay.h index 5ddbd812..154f0b77 100644 --- a/gst-libs/gst/play/gstplay.h +++ b/gst-libs/gst/play/gstplay.h @@ -40,6 +40,9 @@ struct _GstPlay GHashTable *elements; + gint64 time_nanos; + gint64 length_nanos; + GST_OBJECT_PADDING }; @@ -55,7 +58,9 @@ struct _GstPlayClass }; GType gst_play_get_type (void); - +GstPlay * gst_play_new (void); +gboolean gst_play_set_data_src (GstPlay *play, + GstElement *data_src); gboolean gst_play_set_video_sink (GstPlay *play, GstElement *video_sink); gboolean gst_play_set_audio_sink (GstPlay *play, |