sectionsd: use reasonable buffer size on TD

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1259 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Branch: ni/coolstream
Commit: d351e1ad26
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-03-06 (Sun, 06 Mar 2011)



------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2011-03-06 15:53:52 +00:00
parent 7dd81a36e6
commit 069fb928f0

View File

@@ -58,6 +58,11 @@ DMX::DMX(const unsigned short p, const unsigned short bufferSizeInKB, const bool
filter_index = 0;
pID = p;
dmxBufferSizeInKB = bufferSizeInKB;
#if HAVE_TRIPLEDRAGON
/* hack, to keep the TD changes in one place. */
dmxBufferSizeInKB = 128; /* 128kB is enough on TD */
dmx_num = 0; /* always use demux 0 */
#endif
pthread_mutex_init(&pauselock, NULL); // default = fast mutex
#ifdef DEBUG_MUTEX
pthread_mutexattr_t start_stop_mutex_attr;