summaryrefslogtreecommitdiffstats
path: root/ext/raw1394/gstdv1394src.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/raw1394/gstdv1394src.h')
-rw-r--r--ext/raw1394/gstdv1394src.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/ext/raw1394/gstdv1394src.h b/ext/raw1394/gstdv1394src.h
index 23fc65bb..7f90d484 100644
--- a/ext/raw1394/gstdv1394src.h
+++ b/ext/raw1394/gstdv1394src.h
@@ -43,10 +43,6 @@ G_BEGIN_DECLS
typedef struct _GstDV1394Src GstDV1394Src;
typedef struct _GstDV1394SrcClass GstDV1394SrcClass;
-#define GST_DV_GET_LOCK(dv) (GST_DV1394SRC (dv)->dv_lock)
-#define GST_DV_LOCK(dv) g_mutex_lock(GST_DV_GET_LOCK (dv))
-#define GST_DV_UNLOCK(dv) g_mutex_unlock(GST_DV_GET_LOCK (dv))
-
struct _GstDV1394Src {
GstPushSrc element;
@@ -55,8 +51,6 @@ struct _GstDV1394Src {
gint skip;
gboolean drop_incomplete;
- GMutex *dv_lock;
-
gint num_ports;
gint port;
gint channel;
@@ -75,7 +69,7 @@ struct _GstDV1394Src {
guint bytes_in_frame;
guint frame_sequence;
- gboolean negotiated;
+ int control_sock[2];
gchar *uri;
};