From c4fa54da174537cf3b5a9f066ae60a3109e7030d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 10 Mar 2015 09:31:20 +0000 Subject: [PATCH] Fix double semicolons --- gst/alpha/gstalpha.c | 4 ++-- gst/avi/gstavidemux.c | 2 +- gst/debugutils/gstpushfilesrc.c | 2 +- gst/isomp4/gstisoff.c | 2 +- gst/rtpmanager/rtpsession.c | 2 +- gst/udp/gstmultiudpsink.c | 2 +- sys/osxaudio/gstosxaudioringbuffer.c | 2 +- sys/osxaudio/gstosxcoreaudiocommon.c | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/gst/alpha/gstalpha.c b/gst/alpha/gstalpha.c index a54965a..9566f30 100644 --- a/gst/alpha/gstalpha.c +++ b/gst/alpha/gstalpha.c @@ -1880,7 +1880,7 @@ gst_alpha_set_packed_422_ayuv (const GstVideoFrame * in_frame, y = src[p[0]]; u = src[p[1]]; - v = src[p[3]];; + v = src[p[3]]; dest[1] = y; dest[2] = u; @@ -1901,7 +1901,7 @@ gst_alpha_set_packed_422_ayuv (const GstVideoFrame * in_frame, y = src[p[0]]; u = src[p[1]]; - v = src[p[3]];; + v = src[p[3]]; dest[1] = y; dest[2] = u; diff --git a/gst/avi/gstavidemux.c b/gst/avi/gstavidemux.c index 29e364b..7438a27 100644 --- a/gst/avi/gstavidemux.c +++ b/gst/avi/gstavidemux.c @@ -135,7 +135,7 @@ gst_avi_demux_class_init (GstAviDemuxClass * klass) GstElementClass *gstelement_class = GST_ELEMENT_CLASS (klass); GObjectClass *gobject_class = (GObjectClass *) klass; GstPadTemplate *videosrctempl, *audiosrctempl, *subsrctempl, *subpicsrctempl; - GstCaps *audcaps, *vidcaps, *subcaps, *subpiccaps;; + GstCaps *audcaps, *vidcaps, *subcaps, *subpiccaps; GST_DEBUG_CATEGORY_INIT (avidemux_debug, "avidemux", 0, "Demuxer for AVI streams"); diff --git a/gst/debugutils/gstpushfilesrc.c b/gst/debugutils/gstpushfilesrc.c index 35de3a5..ba9b358 100644 --- a/gst/debugutils/gstpushfilesrc.c +++ b/gst/debugutils/gstpushfilesrc.c @@ -384,7 +384,7 @@ gst_push_file_src_uri_get_uri (GstURIHandler * handler) if (src->filesrc == NULL) return NULL; - fileuri = gst_uri_handler_get_uri (GST_URI_HANDLER (src->filesrc));; + fileuri = gst_uri_handler_get_uri (GST_URI_HANDLER (src->filesrc)); if (fileuri == NULL) return NULL; pushfileuri = g_strconcat ("push", fileuri, NULL); diff --git a/gst/isomp4/gstisoff.c b/gst/isomp4/gstisoff.c index b6b3eae..5c9f1ed 100644 --- a/gst/isomp4/gstisoff.c +++ b/gst/isomp4/gstisoff.c @@ -144,7 +144,7 @@ gst_isoff_qt_sidx_parser_add_data (GstSidxParser * parser, GstSidxBoxEntry *entry = &parser->sidx.entries[parser->sidx.entry_index]; - remaining = gst_byte_reader_get_remaining (&reader);; + remaining = gst_byte_reader_get_remaining (&reader); if (remaining < 12) break; diff --git a/gst/rtpmanager/rtpsession.c b/gst/rtpmanager/rtpsession.c index 48c5fa0..486ac3a 100644 --- a/gst/rtpmanager/rtpsession.c +++ b/gst/rtpmanager/rtpsession.c @@ -2358,7 +2358,7 @@ rtp_session_request_local_key_unit (RTPSession * sess, RTPSource * src, "RTT (%" GST_TIME_FORMAT " < %" GST_TIME_FORMAT ")", fir ? "FIR" : "PLI", GST_TIME_ARGS (current_time - sess->last_keyframe_request), - GST_TIME_ARGS (round_trip_in_ns));; + GST_TIME_ARGS (round_trip_in_ns)); return FALSE; } } diff --git a/gst/udp/gstmultiudpsink.c b/gst/udp/gstmultiudpsink.c index 8717803..a232479 100644 --- a/gst/udp/gstmultiudpsink.c +++ b/gst/udp/gstmultiudpsink.c @@ -873,7 +873,7 @@ out: for (i = 0; i < mem; ++i) gst_memory_unmap (map_infos[i].memory, &map_infos[i]); - return flow_ret;; + return flow_ret; no_clients: { diff --git a/sys/osxaudio/gstosxaudioringbuffer.c b/sys/osxaudio/gstosxaudioringbuffer.c index 7c8c92a..fff0672 100644 --- a/sys/osxaudio/gstosxaudioringbuffer.c +++ b/sys/osxaudio/gstosxaudioringbuffer.c @@ -140,7 +140,7 @@ gst_osx_audio_ring_buffer_dispose (GObject * object) static gboolean gst_osx_audio_ring_buffer_open_device (GstAudioRingBuffer * buf) { - GstOsxAudioRingBuffer *osxbuf = GST_OSX_AUDIO_RING_BUFFER (buf);; + GstOsxAudioRingBuffer *osxbuf = GST_OSX_AUDIO_RING_BUFFER (buf); if (!gst_core_audio_select_device (osxbuf->core_audio)) return FALSE; diff --git a/sys/osxaudio/gstosxcoreaudiocommon.c b/sys/osxaudio/gstosxcoreaudiocommon.c index 0b9e892..24f778d 100644 --- a/sys/osxaudio/gstosxcoreaudiocommon.c +++ b/sys/osxaudio/gstosxcoreaudiocommon.c @@ -304,7 +304,7 @@ gst_core_audio_set_format (GstCoreAudio * core_audio, if (status) { GST_WARNING_OBJECT (core_audio->osxbuf, "Failed to set audio description: %d", (int) status); - return FALSE;; + return FALSE; } return TRUE; -- 2.7.4