freeimage: Add new elements encoder elements fienc_*
This commit is contained in:
@@ -24,18 +24,24 @@
|
||||
#include <gst/gst.h>
|
||||
|
||||
#include "gstfreeimagedec.h"
|
||||
#include "gstfreeimageenc.h"
|
||||
|
||||
|
||||
GST_DEBUG_CATEGORY (freeimagedec_debug);
|
||||
GST_DEBUG_CATEGORY (freeimageenc_debug);
|
||||
|
||||
static gboolean
|
||||
plugin_init (GstPlugin * plugin)
|
||||
{
|
||||
GST_DEBUG_CATEGORY_INIT (freeimagedec_debug, "freeimagedec", 0, "FreeImage image decoder");
|
||||
GST_DEBUG_CATEGORY_INIT (freeimageenc_debug, "freeimageenc", 0, "FreeImage image encoder");
|
||||
|
||||
if (!gst_freeimagedec_register_plugins (plugin))
|
||||
return FALSE;
|
||||
|
||||
if (!gst_freeimageenc_register_plugins (plugin))
|
||||
return FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user