mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
Remove a bunch of silly ';;' typos at the end of lines
This commit is contained in:
parent
bc7a7259f3
commit
f150cf2d2e
15 changed files with 16 additions and 16 deletions
|
@ -150,7 +150,7 @@ gst_isoff_sidx_parser_add_buffer (GstSidxParser * parser, GstBuffer * buffer,
|
|||
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;
|
||||
|
||||
|
|
|
@ -1254,7 +1254,7 @@ error:
|
|||
src->camera = NULL;
|
||||
}
|
||||
|
||||
return FALSE;;
|
||||
return FALSE;
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -369,7 +369,7 @@ fill_image_packed16_4 (opj_image_t * image, GstVideoFrame * frame)
|
|||
data_out[2]++;
|
||||
data_out[3]++;
|
||||
}
|
||||
data_in += sstride;;
|
||||
data_in += sstride;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -406,7 +406,7 @@ fill_image_packed8_4 (opj_image_t * image, GstVideoFrame * frame)
|
|||
data_out[2]++;
|
||||
data_out[3]++;
|
||||
}
|
||||
data_in += sstride;;
|
||||
data_in += sstride;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -57,7 +57,7 @@ gst_mpeg_descriptor_parse_1 (guint8 * data, guint size)
|
|||
if (length > size)
|
||||
return 0;
|
||||
|
||||
return length + 2;;
|
||||
return length + 2;
|
||||
}
|
||||
|
||||
GstMPEGDescriptor *
|
||||
|
|
|
@ -771,7 +771,7 @@ gst_adaptive_demux_expose_streams (GstAdaptiveDemux * demux,
|
|||
GstEvent *eos = gst_event_new_eos ();
|
||||
|
||||
for (iter = old_streams; iter; iter = g_list_next (iter)) {
|
||||
GstAdaptiveDemuxStream *stream = iter->data;;
|
||||
GstAdaptiveDemuxStream *stream = iter->data;
|
||||
|
||||
GST_LOG_OBJECT (stream->pad, "Removing stream");
|
||||
gst_pad_push_event (stream->pad, gst_event_ref (eos));
|
||||
|
|
|
@ -194,7 +194,7 @@ static gpointer
|
|||
gst_egl_image_allocator_init_instance (gpointer data)
|
||||
{
|
||||
GstAllocator *allocator =
|
||||
g_object_new (gst_egl_image_allocator_get_type (), NULL);;
|
||||
g_object_new (gst_egl_image_allocator_get_type (), NULL);
|
||||
|
||||
GST_DEBUG_CATEGORY_INIT (GST_CAT_EGL_IMAGE_MEMORY, "eglimagememory", 0,
|
||||
"EGLImage Memory");
|
||||
|
|
|
@ -238,7 +238,7 @@ gst_gl_filter_query (GstBaseTransform * trans, GstPadDirection direction,
|
|||
}
|
||||
|
||||
return GST_BASE_TRANSFORM_CLASS (parent_class)->query (trans, direction,
|
||||
query);;
|
||||
query);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
@ -290,7 +290,7 @@ gst_gl_generate_texture_full (GstGLContext * context, const GstVideoInfo * info,
|
|||
case GST_VIDEO_FORMAT_Y42B:
|
||||
case GST_VIDEO_FORMAT_Y41B:
|
||||
{
|
||||
stride[comp] = GST_ROUND_UP_4 (GST_VIDEO_INFO_COMP_WIDTH (info, comp));;
|
||||
stride[comp] = GST_ROUND_UP_4 (GST_VIDEO_INFO_COMP_WIDTH (info, comp));
|
||||
size[comp] = stride[comp] * GST_VIDEO_INFO_COMP_HEIGHT (info, comp);
|
||||
if (comp == 0)
|
||||
offset[0] = 0;
|
||||
|
|
|
@ -310,7 +310,7 @@ gst_insert_bin_dispose (GObject * object)
|
|||
static gboolean
|
||||
validate_element (GstInsertBin * self, GstElement * element)
|
||||
{
|
||||
gboolean valid = TRUE;;
|
||||
gboolean valid = TRUE;
|
||||
|
||||
GST_OBJECT_LOCK (element);
|
||||
if (element->numsrcpads != 1 || element->numsinkpads != 1) {
|
||||
|
|
|
@ -190,7 +190,7 @@ get_encoding (const gchar * text, guint * start_text, gboolean * is_multibyte)
|
|||
if (table < 17)
|
||||
encoding = _ICONV_UNKNOWN + table;
|
||||
else
|
||||
encoding = _ICONV_UNKNOWN;;
|
||||
encoding = _ICONV_UNKNOWN;
|
||||
*start_text = 3;
|
||||
break;
|
||||
}
|
||||
|
|
|
@ -4080,7 +4080,7 @@ mxf_metadata_generic_descriptor_write_tags (MXFMetadataBase * m,
|
|||
|
||||
t = g_slice_new0 (MXFLocalTag);
|
||||
memcpy (&t->ul, MXF_UL (LOCATORS), 16);
|
||||
t->size = 8 + 16 * self->n_locators;;
|
||||
t->size = 8 + 16 * self->n_locators;
|
||||
t->data = g_slice_alloc0 (t->size);
|
||||
t->g_slice = TRUE;
|
||||
GST_WRITE_UINT32_BE (t->data, self->n_locators);
|
||||
|
|
|
@ -105,7 +105,7 @@ gst_siren_dec_start (GstAudioDecoder * dec)
|
|||
|
||||
GST_DEBUG_OBJECT (dec, "start");
|
||||
|
||||
sdec->decoder = Siren7_NewDecoder (16000);;
|
||||
sdec->decoder = Siren7_NewDecoder (16000);
|
||||
|
||||
/* no flushing please */
|
||||
gst_audio_decoder_set_drainable (dec, FALSE);
|
||||
|
|
|
@ -1475,7 +1475,7 @@ gst_ssim_collected (GstCollectPads * pads, gpointer user_data)
|
|||
collect_data = (GstCollectData *) collected->data;
|
||||
|
||||
if (collect_data->pad == ssim->orig) {
|
||||
orgbuf = gst_collect_pads_pop (pads, collect_data);;
|
||||
orgbuf = gst_collect_pads_pop (pads, collect_data);
|
||||
|
||||
GST_DEBUG_OBJECT (ssim, "Original stream - flags(0x%x), timestamp(%"
|
||||
GST_TIME_FORMAT "), duration(%" GST_TIME_FORMAT ")",
|
||||
|
|
|
@ -568,7 +568,7 @@ acmenc_register_file (GstPlugin * plugin, wchar_t * filename)
|
|||
|
||||
/* register type */
|
||||
if (!gst_element_register (plugin, type_name, GST_RANK_NONE, type)) {
|
||||
g_warning ("Failed to register %s", type_name);;
|
||||
g_warning ("Failed to register %s", type_name);
|
||||
g_type_set_qdata (type, ACMENC_PARAMS_QDATA, NULL);
|
||||
g_free (name);
|
||||
g_free (type_name);
|
||||
|
|
|
@ -111,7 +111,7 @@ unknown_format:
|
|||
("Failed to create output image buffer of %dx%d pixels",
|
||||
info.width, info.height),
|
||||
("Invalid input caps %" GST_PTR_FORMAT, caps));
|
||||
return FALSE;;
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue