gstreamer/tests
Thiago Santos 241e0c2722 rtpjitterbuffer: fix build error with gcc (Debian 4.9.2-21) 4.9.2
Replace static constants with macros to make gcc happy

  CC       elements/elements_rtpjitterbuffer-rtpjitterbuffer.o
elements/rtpjitterbuffer.c:387:1: error: initializer element is not constant
 static const GstClockTime PCMU_BUF_DURATION = PCMU_BUF_MS * GST_MSECOND;
 ^
elements/rtpjitterbuffer.c:388:1: error: initializer element is not constant
 static const guint PCMU_BUF_SIZE = 64000 * PCMU_BUF_MS / 1000;
 ^
elements/rtpjitterbuffer.c:390:5: error: initializer element is not constant
     PCMU_BUF_CLOCK_RATE * PCMU_BUF_MS / 1000;
2015-07-08 23:49:12 -03:00
..
check rtpjitterbuffer: fix build error with gcc (Debian 4.9.2-21) 4.9.2 2015-07-08 23:49:12 -03:00
examples rtp: Add examples with VTS/ATS for VP8/OPUS 2015-07-01 12:42:40 +02:00
files tests: Change splitmux test video files 2015-02-06 05:03:19 +11:00
icles icles: Fix waiting for segment-done if it happens too fast 2015-04-06 19:08:59 -07:00
Makefile.am tests: don't build examples if --disable-examples was passed to configure 2009-05-05 13:23:45 +01:00