media: fix default buffer size

This commit is contained in:
Wim Taymans 2011-01-31 17:38:47 +01:00
parent e86b7c4b15
commit 8477fdbf43
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@
#define DEFAULT_LAUNCH NULL
#define DEFAULT_SHARED FALSE
#define DEFAULT_EOS_SHUTDOWN FALSE
#define DEFAULT_BUFFER_SIZE 0x800000
#define DEFAULT_BUFFER_SIZE 0x80000
enum
{

View file

@ -31,7 +31,7 @@
#define DEFAULT_PROTOCOLS GST_RTSP_LOWER_TRANS_UDP | GST_RTSP_LOWER_TRANS_TCP
//#define DEFAULT_PROTOCOLS GST_RTSP_LOWER_TRANS_UDP_MCAST
#define DEFAULT_EOS_SHUTDOWN FALSE
#define DEFAULT_BUFFER_SIZE 0x800000
#define DEFAULT_BUFFER_SIZE 0x80000
/* define to dump received RTCP packets */
#undef DUMP_STATS