avc: Include 200 bus cycles in each buffer (about 300 TS packets)

This commit is contained in:
Quentin Smith 2011-04-19 15:01:15 -04:00 committed by David Schleef
parent 66956d1c96
commit 708e96bef4

View file

@ -206,8 +206,8 @@ gst_avc_src_get_caps (GstBaseSrc * src)
return gst_caps_from_string ("video/mpegts,systemstream=true,packetsize=188");
}
#define kNumCyclesInMPEGReceiverSegment 20
#define kNumSegmentsInMPEGReceiverProgram 100
#define kNumCyclesInMPEGReceiverSegment 200
#define kNumSegmentsInMPEGReceiverProgram 10
#ifdef ENABLE
void