gst_ffmpegdemux_register (plugin);
gst_ffmpegmux_register (plugin);
gst_ffmpegdeinterlace_register (plugin);
-#if 0
- gst_ffmpegscale_register (plugin);
-#endif
-#if 0
- gst_ffmpegaudioresample_register (plugin);
-#endif
/* Now we can return the pointer to the newly created Plugin object. */
return TRUE;
extern gboolean gst_ffmpegaudenc_register (GstPlugin * plugin);
extern gboolean gst_ffmpegvidenc_register (GstPlugin * plugin);
extern gboolean gst_ffmpegmux_register (GstPlugin * plugin);
-#if 0
-extern gboolean gst_ffmpegscale_register (GstPlugin * plugin);
-extern gboolean gst_ffmpegaudioresample_register (GstPlugin * plugin);
-#endif
extern gboolean gst_ffmpegdeinterlace_register (GstPlugin * plugin);
int gst_ffmpeg_avcodec_open (AVCodecContext *avctx, AVCodec *codec);