diff options
Diffstat (limited to 'ext/raw1394/gstdv1394src.c')
-rw-r--r-- | ext/raw1394/gstdv1394src.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/raw1394/gstdv1394src.c b/ext/raw1394/gstdv1394src.c index 97b2989e..07a5c82a 100644 --- a/ext/raw1394/gstdv1394src.c +++ b/ext/raw1394/gstdv1394src.c @@ -77,7 +77,7 @@ static void gst_dv1394src_get_property (GObject *object, guint prop_id, GValue static GstElementStateReturn gst_dv1394src_change_state (GstElement *element); -static GstBuffer * gst_dv1394src_get (GstPad *pad); +static GstData * gst_dv1394src_get (GstPad *pad); static GstElementClass *parent_class = NULL; /*static guint gst_filter_signals[LAST_SIGNAL] = { 0 }; */ @@ -314,7 +314,7 @@ int gst_dv1394src_bus_reset(raw1394handle_t handle, return 0; } -static GstBuffer * +static GstData * gst_dv1394src_get (GstPad *pad) { GstDV1394Src *dv1394src = GST_DV1394SRC (GST_PAD_PARENT(pad)); |