summaryrefslogtreecommitdiff
path: root/gst/vbidec
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2012-08-18 20:31:17 +0100
committerTim-Philipp Müller <tim@centricular.net>2012-08-18 20:31:17 +0100
commitcc167a237ac7373139e54f8477affa9e6a1513c7 (patch)
tree1c29fb29a038e9ca06139884d488edd227f561a4 /gst/vbidec
parentc36ba564c3b2cf75d8fc7c0e24788c4db2869daa (diff)
downloadgstreamer-plugins-bad-cc167a237ac7373139e54f8477affa9e6a1513c7.tar.gz
Fix up FSF address in some source files as well
Diffstat (limited to 'gst/vbidec')
-rw-r--r--gst/vbidec/vbidata.c5
-rw-r--r--gst/vbidec/vbidata.h2
-rw-r--r--gst/vbidec/vbiscreen.c4
-rw-r--r--gst/vbidec/vbiscreen.h2
4 files changed, 9 insertions, 4 deletions
diff --git a/gst/vbidec/vbidata.c b/gst/vbidec/vbidata.c
index 4bcda140a..0abcf8dca 100644
--- a/gst/vbidec/vbidata.c
+++ b/gst/vbidec/vbidata.c
@@ -23,7 +23,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifdef HAVE_CONFIG_H
@@ -192,12 +192,15 @@ ccdecode (unsigned char *vbiline)
const char *movies[] = { "N/A", "G", "PG", "PG-13", "R",
"NC-17", "X", "Not Rated"
};
+
const char *usa_tv[] = { "Not Rated", "TV-Y", "TV-Y7", "TV-G",
"TV-PG", "TV-14", "TV-MA", "Not Rated"
};
+
const char *cane_tv[] = { "Exempt", "C", "C8+", "G", "PG",
"14+", "18+", "Reserved"
};
+
const char *canf_tv[] = { "Exempt", "G", "8 ans +", "13 ans +",
"16 ans +", "18 ans +", "Reserved",
"Reserved"
diff --git a/gst/vbidec/vbidata.h b/gst/vbidec/vbidata.h
index 901fa97c6..c3045335c 100644
--- a/gst/vbidec/vbidata.h
+++ b/gst/vbidec/vbidata.h
@@ -23,7 +23,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef VBIDATA_H_INCLUDED
diff --git a/gst/vbidec/vbiscreen.c b/gst/vbidec/vbiscreen.c
index 0302b5f2c..52e91e0d9 100644
--- a/gst/vbidec/vbiscreen.c
+++ b/gst/vbidec/vbiscreen.c
@@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifdef HAVE_CONFIG_H
@@ -83,6 +83,7 @@ osd_string_show_text (osd_string_t * os, char *s, int len)
gst_vbidec_show_text (os->vbidec, s, len);
}
}
+
int
osd_string_get_height (osd_string_t * os)
{
@@ -114,6 +115,7 @@ blit_colour_packed422_scanline (unsigned char *d, int w, int luma, int cb,
int cr)
{
}
+
int
osd_string_visible (osd_string_t * os)
{
diff --git a/gst/vbidec/vbiscreen.h b/gst/vbidec/vbiscreen.h
index 788211e43..d81fb52df 100644
--- a/gst/vbidec/vbiscreen.h
+++ b/gst/vbidec/vbiscreen.h
@@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef HAVE_VBISCREEN_H