From 645b9449a5610f488f90953115399eca5a5a4b5c Mon Sep 17 00:00:00 2001 From: Olivier CrĂȘte Date: Wed, 10 Jun 2009 16:09:56 -0400 Subject: rtph263pay: Default to doing A, B and C modes, not only A --- gst/rtp/gstrtph263pay.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/rtp') diff --git a/gst/rtp/gstrtph263pay.h b/gst/rtp/gstrtph263pay.h index baa4526d..37241f96 100644 --- a/gst/rtp/gstrtph263pay.h +++ b/gst/rtp/gstrtph263pay.h @@ -39,7 +39,7 @@ G_BEGIN_DECLS (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_RTP_H263_PAY)) // blocks per macroblock #define N_BLOCKS 6 -#define DEFAULT_MODE_A TRUE +#define DEFAULT_MODE_A FALSE #define MTU_SECURITY_OFFSET 50 typedef enum _GstRtpH263PayHeaderMode { -- cgit