summaryrefslogtreecommitdiff
path: root/gst/pnm/gstpnmdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/pnm/gstpnmdec.c')
-rw-r--r--gst/pnm/gstpnmdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/pnm/gstpnmdec.c b/gst/pnm/gstpnmdec.c
index b235113e5..d88f2955b 100644
--- a/gst/pnm/gstpnmdec.c
+++ b/gst/pnm/gstpnmdec.c
@@ -52,7 +52,7 @@ static GstStaticPadTemplate gst_pnmdec_src_pad_template =
GST_STATIC_CAPS (GST_VIDEO_CAPS_RGB "; "
"video/x-raw-gray, width =" GST_VIDEO_SIZE_RANGE ", "
"height =" GST_VIDEO_SIZE_RANGE ", framerate =" GST_VIDEO_FPS_RANGE ", "
- "bpp= (int) 8, depth= (int) 8, endianness = (int) BIG_ENDIAN"));
+ "bpp= (int) 8, depth= (int) 8"));
static GstStaticPadTemplate gst_pnmdec_sink_pad_template =
GST_STATIC_PAD_TEMPLATE ("sink", GST_PAD_SINK, GST_PAD_ALWAYS,