mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
Stylish edits in the comments
This commit is contained in:
parent
1d0cd2fc9a
commit
1db12234ad
2 changed files with 962 additions and 962 deletions
|
@ -170,7 +170,7 @@ static void execute_seek (gint64 desired_position, CustomData *data) {
|
||||||
g_source_attach (timeout_source, data->context);
|
g_source_attach (timeout_source, data->context);
|
||||||
g_source_unref (timeout_source);
|
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. */
|
* to perform a seek, only the last one is remembered. */
|
||||||
data->desired_position = desired_position;
|
data->desired_position = desired_position;
|
||||||
GST_DEBUG ("Throttling seek to %" GST_TIME_FORMAT ", will be in %" GST_TIME_FORMAT,
|
GST_DEBUG ("Throttling seek to %" GST_TIME_FORMAT ", will be in %" GST_TIME_FORMAT,
|
||||||
|
|
|
@ -163,7 +163,7 @@ static void execute_seek (gint64 position, GStreamerBackend *self) {
|
||||||
g_source_attach (timeout_source, self->context);
|
g_source_attach (timeout_source, self->context);
|
||||||
g_source_unref (timeout_source);
|
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. */
|
* to perform a seek, only the last one is remembered. */
|
||||||
self->desired_position = position;
|
self->desired_position = position;
|
||||||
GST_DEBUG ("Throttling seek to %" GST_TIME_FORMAT ", will be in %" GST_TIME_FORMAT,
|
GST_DEBUG ("Throttling seek to %" GST_TIME_FORMAT ", will be in %" GST_TIME_FORMAT,
|
||||||
|
|
Loading…
Reference in a new issue