summaryrefslogtreecommitdiffstats
path: root/ext/libmms/gstmms.h
diff options
context:
space:
mode:
authorEdgard Lima <edgard.lima@indt.org.br>2005-12-11 23:09:21 +0000
committerEdgard Lima <edgard.lima@indt.org.br>2005-12-11 23:09:21 +0000
commite066132634bd756a2698274ded2240a9caf160df (patch)
treee879fe523d4d4e05bb43006db59f354ccf4d822d /ext/libmms/gstmms.h
parent1501b485b1a64e5d5f84de3c72540013706f85ce (diff)
downloadgst-plugins-bad-e066132634bd756a2698274ded2240a9caf160df.tar.gz
gst-plugins-bad-e066132634bd756a2698274ded2240a9caf160df.tar.bz2
gst-plugins-bad-e066132634bd756a2698274ded2240a9caf160df.zip
Added suport to mmsh. There's still a sucks msg "ERROR: Pipeline cant PREROOL..." to be fixed.
Original commit message from CVS: Added suport to mmsh. There's still a sucks msg "ERROR: Pipeline cant PREROOL..." to be fixed.
Diffstat (limited to 'ext/libmms/gstmms.h')
-rw-r--r--ext/libmms/gstmms.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/libmms/gstmms.h b/ext/libmms/gstmms.h
index 114390d1..c92034bc 100644
--- a/ext/libmms/gstmms.h
+++ b/ext/libmms/gstmms.h
@@ -7,6 +7,7 @@
#include <gst/gst.h>
#include <libmms/mms.h>
+#include <libmms/mmsh.h>
#include <gst/base/gstpushsrc.h>
G_BEGIN_DECLS
@@ -32,6 +33,7 @@ struct _GstMMS
gchar *uri_name;
gpointer connection;
+ gpointer connection_h;
gint blocksize;
};