summaryrefslogtreecommitdiff
path: root/gst/pnm/gstpnmenc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/pnm/gstpnmenc.c')
-rw-r--r--gst/pnm/gstpnmenc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/pnm/gstpnmenc.c b/gst/pnm/gstpnmenc.c
index 1c059c8c9..8a0461ce5 100644
--- a/gst/pnm/gstpnmenc.c
+++ b/gst/pnm/gstpnmenc.c
@@ -111,6 +111,8 @@ gst_pnmenc_get_property (GObject * object, guint prop_id, GValue * value,
static void
gst_pnmenc_init (GstPnmenc * s)
{
+ GST_PAD_SET_ACCEPT_TEMPLATE (GST_VIDEO_ENCODER_SINK_PAD (s));
+
/* Set default encoding as RAW as ASCII takes up 4 time more bytes */
s->info.encoding = GST_PNM_ENCODING_RAW;
}