diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2009-06-19 17:04:13 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2009-06-19 17:04:48 +0100 |
commit | 98292e9efd73dc11f704cdea986297b445315243 (patch) | |
tree | 03c82646d5c67f1835266b5b0f14dd0cdf9200db /gst/mpegtsmux | |
parent | 6eb167a17698506fc08f47594e133fa4e44afd3e (diff) | |
download | gst-plugins-bad-98292e9efd73dc11f704cdea986297b445315243.tar.gz gst-plugins-bad-98292e9efd73dc11f704cdea986297b445315243.tar.bz2 gst-plugins-bad-98292e9efd73dc11f704cdea986297b445315243.zip |
Fix previous commit so that things still work with debug logs enabled
Diffstat (limited to 'gst/mpegtsmux')
-rw-r--r-- | gst/mpegtsmux/mpegtsmux.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |