diff options
author | Julien Moutte <julien@moutte.net> | 2003-12-07 17:56:10 +0000 |
---|---|---|
committer | Julien Moutte <julien@moutte.net> | 2003-12-07 17:56:10 +0000 |
commit | 6077e73e63d6ee9157cfd628d72ba08f1c447953 (patch) | |
tree | f49d0cf5be3a43b071a41de15d38b99341f8126d /gst-libs/gst/play/gstplay.h | |
parent | dbe874d5a0e84c1cf066c4047f9b00e0cabe2e6a (diff) | |
download | gst-plugins-bad-6077e73e63d6ee9157cfd628d72ba08f1c447953.tar.gz gst-plugins-bad-6077e73e63d6ee9157cfd628d72ba08f1c447953.tar.bz2 gst-plugins-bad-6077e73e63d6ee9157cfd628d72ba08f1c447953.zip |
Updating with my local repository. It already plays video with sound :) Great !
Original commit message from CVS:
Updating with my local repository. It already plays video with sound :) Great !
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, |