diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2003-06-01 15:13:56 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2003-06-01 15:13:56 +0000 |
commit | e87e59e1b316f789a349c1c8829333b6a847fd6d (patch) | |
tree | 0c89ce4a90cc9548289fcd0300007d8842eef1ee /ext/xvid/gstxvidenc.h | |
parent | 401ae2bdeecf7ecf8fa9a0b99274c038c6a9afeb (diff) | |
download | gst-plugins-bad-e87e59e1b316f789a349c1c8829333b6a847fd6d.tar.gz gst-plugins-bad-e87e59e1b316f789a349c1c8829333b6a847fd6d.tar.bz2 gst-plugins-bad-e87e59e1b316f789a349c1c8829333b6a847fd6d.zip |
Somewhat improve error reporting
Original commit message from CVS:
Somewhat improve error reporting
Diffstat (limited to 'ext/xvid/gstxvidenc.h')
-rw-r--r-- | ext/xvid/gstxvidenc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/xvid/gstxvidenc.h b/ext/xvid/gstxvidenc.h index 198cadf3..e14b4133 100644 --- a/ext/xvid/gstxvidenc.h +++ b/ext/xvid/gstxvidenc.h @@ -74,6 +74,9 @@ GType gst_xvidenc_get_type(void); gboolean gst_xvidenc_plugin_init (GModule *module, GstPlugin *plugin); +/* in gstxvid.c */ +extern gchar * gst_xvid_error (int errorcode); + #ifdef __cplusplus } #endif /* __cplusplus */ |