summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2014-05-08 00:03:10 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2014-05-09 20:32:19 -0400
commit241326fcc90d2a6e2d3d717d8deacbad92dd97b7 (patch)
treefea60884a2243df6eb4c97e8622019f1bf0ac9d6 /gst
parentf01a491107f19be196fe2b32ae6f62ad09241b0c (diff)
downloadfarstream-241326fcc90d2a6e2d3d717d8deacbad92dd97b7.tar.gz
rtpcodecdisco: Style fix
Diffstat (limited to 'gst')
-rw-r--r--gst/fsrtpconference/fs-rtp-discover-codecs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/fsrtpconference/fs-rtp-discover-codecs.c b/gst/fsrtpconference/fs-rtp-discover-codecs.c
index 39cc481c..7dd776b4 100644
--- a/gst/fsrtpconference/fs-rtp-discover-codecs.c
+++ b/gst/fsrtpconference/fs-rtp-discover-codecs.c
@@ -62,7 +62,7 @@ typedef struct _CodecCap
} CodecCap;
-typedef gboolean (FilterFunc) (GstElementFactory *factory);
+typedef gboolean (*FilterFunc) (GstElementFactory *factory);
/* Static Functions */