summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/play/gstplay.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/play/gstplay.h')
-rw-r--r--gst-libs/gst/play/gstplay.h15
1 files changed, 3 insertions, 12 deletions
diff --git a/gst-libs/gst/play/gstplay.h b/gst-libs/gst/play/gstplay.h
index 3b5610c1..4d003407 100644
--- a/gst-libs/gst/play/gstplay.h
+++ b/gst-libs/gst/play/gstplay.h
@@ -38,26 +38,17 @@ typedef enum
typedef struct _GstPlay GstPlay;
typedef struct _GstPlayClass GstPlayClass;
+typedef struct _GstPlayPrivate GstPlayPrivate;
struct _GstPlay
{
GstPipeline pipeline;
- char *location;
-
- GHashTable *elements;
-
- gint64 time_nanos;
- gint64 length_nanos;
-
- gint get_length_attempt;
-
- guint tick_id;
- guint length_id;
+ GstPlayPrivate *priv;
gpointer _gst_reserved[GST_PADDING];
};
-
+
struct _GstPlayClass
{
GstPipelineClass parent_class;