phoenixsrc: untested port to 1.0

This commit is contained in:
Joshua M. Doe
2013-05-15 14:50:02 -04:00
parent 8719f95528
commit 52f2586a2a
3 changed files with 84 additions and 248 deletions

View File

@@ -53,10 +53,6 @@ struct _GstPhoenixSrc
{
GstPushSrc base_phoenixsrc;
GstPad *srcpad;
GstCaps *caps;
gint dropped_frame_count;
gboolean acq_started;
@@ -79,8 +75,8 @@ struct _GstPhoenixSrc
gboolean timeout_occurred;
gboolean fifo_overflow_occurred;
GMutex *mutex;
GCond *cond;
GMutex mutex;
GCond cond;
};
struct _GstPhoenixSrcClass