mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
rtph263pay: Default to doing A, B and C modes, not only A
This commit is contained in:
parent
f297e37b5e
commit
645b9449a5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue