diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-12-20 21:04:44 +0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-12-20 21:04:44 +0200 |
commit | b0f85afdba9d51cecc21ac04606a2f759f95df86 (patch) | |
tree | fe532bf96eba84081a4e6e6f03b30ca91ced4817 /audio/gsta2dpsink.c | |
parent | 450e5656a8de08051f221d63e026c259151ef274 (diff) |
Coding style fixes
Diffstat (limited to 'audio/gsta2dpsink.c')
-rw-r--r-- | audio/gsta2dpsink.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/gsta2dpsink.c b/audio/gsta2dpsink.c index d25cbded..00180cc8 100644 --- a/audio/gsta2dpsink.c +++ b/audio/gsta2dpsink.c @@ -97,8 +97,8 @@ static GstState gst_a2dp_sink_get_state(GstA2dpSink *self) * Helper function to create elements, add to the bin and link it * to another element. */ -static GstElement* gst_a2dp_sink_init_element(GstA2dpSink *self, - const gchar* elementname, const gchar* name, +static GstElement *gst_a2dp_sink_init_element(GstA2dpSink *self, + const gchar *elementname, const gchar *name, GstElement *link_to) { GstElement *element; @@ -693,7 +693,7 @@ static void gst_a2dp_sink_init(GstA2dpSink *self, } -gboolean gst_a2dp_sink_plugin_init (GstPlugin * plugin) +gboolean gst_a2dp_sink_plugin_init (GstPlugin *plugin) { return gst_element_register (plugin, "a2dpsink", GST_RANK_PRIMARY, GST_TYPE_A2DP_SINK); |