diff options
author | Andy Wingo <wingo@pobox.com> | 2006-08-28 16:59:13 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2006-08-28 16:59:13 +0000 |
commit | aafa72aff07813c4b0de0c1837e0876aa61bd46b (patch) | |
tree | 5b528c5587efdebc5b22680d96722b562492086b /ChangeLog | |
parent | 7c063cc950af25521c0f82f4a432317a70536096 (diff) |
ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle): New helper function to lessen the ifdefs.
Original commit message from CVS:
2006-08-28 Andy Wingo <wingo@pobox.com>
* ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
New helper function to lessen the ifdefs.
(GST_INFO_OBJECT):
(gst_dv1394src_iso_receive): Use it.
(gst_dv1394src_create): Also use the control sockets in iec61883
mode.
(gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
handle for AVC operations; fixes #348233.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2006-08-28 Andy Wingo <wingo@pobox.com> + + * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle): + New helper function to lessen the ifdefs. + (GST_INFO_OBJECT): + (gst_dv1394src_iso_receive): Use it. + (gst_dv1394src_create): Also use the control sockets in iec61883 + mode. + (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate + handle for AVC operations; fixes #348233. + 2006-08-27 Stefan Kost <ensonic@users.sf.net> * configure.ac: |