Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gst-plugins-good.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Santos <thiagoss@osg.samsung.com>2015-07-09 05:47:44 +0300
committerThiago Santos <thiagoss@osg.samsung.com>2015-07-09 05:49:12 +0300
commit241e0c272230e641622a51a33a8e66a6993a3452 (patch)
treebad1cfa047f1ec9b2cd1f8b1a657bec76e25ee2c /tests/check/elements/flvmux.c
parent3edf9e4f582d5d4a5bf9412d4acacad01c7371c3 (diff)
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;
Diffstat (limited to 'tests/check/elements/flvmux.c')
0 files changed, 0 insertions, 0 deletions