summaryrefslogtreecommitdiff
path: root/gst/mpegtsmux/mpegtsmux.c
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2009-06-19 17:04:13 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-06-19 17:04:48 +0100
commit98292e9efd73dc11f704cdea986297b445315243 (patch)
tree03c82646d5c67f1835266b5b0f14dd0cdf9200db /gst/mpegtsmux/mpegtsmux.c
parent6eb167a17698506fc08f47594e133fa4e44afd3e (diff)
Fix previous commit so that things still work with debug logs enabled
Diffstat (limited to 'gst/mpegtsmux/mpegtsmux.c')
-rw-r--r--gst/mpegtsmux/mpegtsmux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/mpegtsmux/mpegtsmux.c b/gst/mpegtsmux/mpegtsmux.c
index 2df635bcf..edda26005 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)