dc1394src: prefix and file names according to Gstreamer conventions
authorJoan Pau Beltran <joanpau.beltran@socib.cat>
Tue, 7 Jun 2016 13:50:50 +0000 (15:50 +0200)
committerTim-Philipp Müller <tim@centricular.com>
Thu, 9 Jun 2016 20:47:58 +0000 (21:47 +0100)
commit3355f5b3ab2357844e1bd6baded88c7a286184cd
tree94e430a06f2c422243cc626bbfb84312ceebdea6
parente28b1236084a134007ae69f4dc94f2d98a2d16e1
dc1394src: prefix and file names according to Gstreamer conventions

Replace the type and function prefix to follow the conventions:

  - Use `GST_TYPE_DC1394_SRC` instead of `GST_TYPE_DC1394`.

  - Use `GstDC1394Src` and `GstDC1394SrcClass` instead of
    `GstDc1394` and `GstDc1394Class`.

  - Use `gst_dc1394_src` instead of `gst_dc1394`.

https://bugzilla.gnome.org/show_bug.cgi?id=763026
ext/dc1394/Makefile.am
ext/dc1394/gstdc1394.c [deleted file]
ext/dc1394/gstdc1394.h [deleted file]
ext/dc1394/gstdc1394src.c [new file with mode: 0644]
ext/dc1394/gstdc1394src.h [new file with mode: 0644]