summaryrefslogtreecommitdiff
path: root/gst/mpegtsmux
diff options
context:
space:
mode:
authorRaimo Järvi <raimo.jarvi@gmail.com>2012-06-16 15:54:49 +0300
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2012-06-16 19:22:59 +0200
commit3f9a0a17479908f8f5041eb6f52084f8dffc3b92 (patch)
tree57cf8e1a7987ec70accf60d39bc8c085a0466ac2 /gst/mpegtsmux
parent893d6eb2a35556acc3013eabec6ffa13e9e72f2f (diff)
downloadgstreamer-plugins-bad-3f9a0a17479908f8f5041eb6f52084f8dffc3b92.tar.gz
mpegtsmux: Fix compiler warnings
https://bugzilla.gnome.org/show_bug.cgi?id=678211
Diffstat (limited to 'gst/mpegtsmux')
-rw-r--r--gst/mpegtsmux/tsmux/tsmuxcommon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/mpegtsmux/tsmux/tsmuxcommon.h b/gst/mpegtsmux/tsmux/tsmuxcommon.h
index 88d3a49b7..5ff682661 100644
--- a/gst/mpegtsmux/tsmux/tsmuxcommon.h
+++ b/gst/mpegtsmux/tsmux/tsmuxcommon.h
@@ -93,7 +93,7 @@ G_BEGIN_DECLS
#define TSMUX_MIN_ES_DESC_LEN 8
/* Frequency for PCR representation */
-#define TSMUX_SYS_CLOCK_FREQ (27000000L)
+#define TSMUX_SYS_CLOCK_FREQ ((gint64) 27000000)
/* Frequency for PTS values */
#define TSMUX_CLOCK_FREQ (TSMUX_SYS_CLOCK_FREQ / 300)