aboutsummaryrefslogtreecommitdiff
path: root/ext/ffmpeg/gstffmpeg.h
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-08-09 11:57:49 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-08-09 11:57:49 +0200
commitbf67b6b3be6adab19d7354e0f8a1b81b873c09dd (patch)
tree8781aed7dae9376c5f73fa57efea0d0fb993b03f /ext/ffmpeg/gstffmpeg.h
parent20860c094a820bd9276f1fc83792ee9d9aa54ad3 (diff)
Imported Upstream version 0.11.93upstream/0.11.93
Diffstat (limited to 'ext/ffmpeg/gstffmpeg.h')
-rw-r--r--ext/ffmpeg/gstffmpeg.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/ext/ffmpeg/gstffmpeg.h b/ext/ffmpeg/gstffmpeg.h
index 602e1f1..22ebc07 100644
--- a/ext/ffmpeg/gstffmpeg.h
+++ b/ext/ffmpeg/gstffmpeg.h
@@ -44,8 +44,10 @@ extern gboolean _shut_up_I_am_probing;
#endif
extern gboolean gst_ffmpegdemux_register (GstPlugin * plugin);
-extern gboolean gst_ffmpegdec_register (GstPlugin * plugin);
-extern gboolean gst_ffmpegenc_register (GstPlugin * plugin);
+extern gboolean gst_ffmpegauddec_register (GstPlugin * plugin);
+extern gboolean gst_ffmpegviddec_register (GstPlugin * plugin);
+extern gboolean gst_ffmpegaudenc_register (GstPlugin * plugin);
+extern gboolean gst_ffmpegvidenc_register (GstPlugin * plugin);
extern gboolean gst_ffmpegmux_register (GstPlugin * plugin);
extern gboolean gst_ffmpegcsp_register (GstPlugin * plugin);
#if 0