diff options
author | Dafydd Harries <dafydd.harries@collabora.co.uk> | 2007-02-12 18:55:00 +0000 |
---|---|---|
committer | Dafydd Harries <dafydd.harries@collabora.co.uk> | 2007-02-12 18:55:00 +0000 |
commit | dec7018a8d59f7bc583d640498f8d9a9a27ea73b (patch) | |
tree | afac644a4480d7883974959dc0d92c1f1acaaf12 /gst/gstnicesink.c | |
parent | 3d3e5f940f665cf67ba6bbc50624c96e80edca31 (diff) | |
download | libnice-dec7018a8d59f7bc583d640498f8d9a9a27ea73b.tar.gz |
fix declaration style
darcs-hash:20070212185501-c9803-6f75305056decf3c06d71230678c037f6da613bf.gz
Diffstat (limited to 'gst/gstnicesink.c')
-rw-r--r-- | gst/gstnicesink.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/gstnicesink.c b/gst/gstnicesink.c index 408ee20..b0c8cd0 100644 --- a/gst/gstnicesink.c +++ b/gst/gstnicesink.c @@ -4,7 +4,8 @@ static GstFlowReturn gst_nice_sink_render ( - GstBaseSink *basesink, GstBuffer *buffer); + GstBaseSink *basesink, + GstBuffer *buffer); static void gst_nice_sink_set_property ( |