Stylish edits in the comments

This commit is contained in:
Xavi Artigas 2013-05-21 17:31:15 +02:00
parent 1d0cd2fc9a
commit 1db12234ad
2 changed files with 962 additions and 962 deletions

View file

@ -170,7 +170,7 @@ static void execute_seek (gint64 desired_position, CustomData *data) {
g_source_attach (timeout_source, data->context);
g_source_unref (timeout_source);
}
/* Update the desired seek position. If multiple petitions are received before it is time
/* Update the desired seek position. If multiple requests are received before it is time
* to perform a seek, only the last one is remembered. */
data->desired_position = desired_position;
GST_DEBUG ("Throttling seek to %" GST_TIME_FORMAT ", will be in %" GST_TIME_FORMAT,

View file

@ -163,7 +163,7 @@ static void execute_seek (gint64 position, GStreamerBackend *self) {
g_source_attach (timeout_source, self->context);
g_source_unref (timeout_source);
}
/* Update the desired seek position. If multiple petitions are received before it is time
/* Update the desired seek position. If multiple requests are received before it is time
* to perform a seek, only the last one is remembered. */
self->desired_position = position;
GST_DEBUG ("Throttling seek to %" GST_TIME_FORMAT ", will be in %" GST_TIME_FORMAT,