summaryrefslogtreecommitdiffstats
path: root/gst/rtp
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-06-10 16:09:56 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-06-10 16:09:56 -0400
commit645b9449a5610f488f90953115399eca5a5a4b5c (patch)
tree525f4d34f1e58dc5c76a4e1f5510a776fefe1116 /gst/rtp
parentf297e37b5e8c8acacefa401a1b0ff7d3889dece7 (diff)
rtph263pay: Default to doing A, B and C modes, not only A
Diffstat (limited to 'gst/rtp')
-rw-r--r--gst/rtp/gstrtph263pay.h2
1 files changed, 1 insertions, 1 deletions
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
{