From 98292e9efd73dc11f704cdea986297b445315243 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 19 Jun 2009 17:04:13 +0100 Subject: Fix previous commit so that things still work with debug logs enabled --- gst/mpegtsmux/mpegtsmux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/mpegtsmux') diff --git a/gst/mpegtsmux/mpegtsmux.c b/gst/mpegtsmux/mpegtsmux.c index 2df635bc..edda2600 100644 --- a/gst/mpegtsmux/mpegtsmux.c +++ b/gst/mpegtsmux/mpegtsmux.c @@ -523,7 +523,7 @@ mpegtsmux_choose_best_stream (MpegTsMux * mux) return best; } -#define COLLECT_DATA_PAD(collect_data) ((GstCollectData *)(collect_data))->pad) +#define COLLECT_DATA_PAD(collect_data) (((GstCollectData *)(collect_data))->pad) static GstFlowReturn mpegtsmux_collected (GstCollectPads * pads, MpegTsMux * mux) -- cgit v1.2.1