mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 05:12:09 +00:00
media: fix default buffer size
This commit is contained in:
parent
e86b7c4b15
commit
8477fdbf43
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue