[vlc-commits] commit: Confusing typo ( Rémi Denis-Courmont )
git at videolan.org
git at videolan.org
Wed Mar 24 15:45:17 CET 2010
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Mar 20 02:10:48 2010 +0200| [f6371c51ae48f8c25879c91c7a93e446ade08949] | committer: Rémi Denis-Courmont
Confusing typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f6371c51ae48f8c25879c91c7a93e446ade08949
---
src/input/es_out_timeshift.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/input/es_out_timeshift.c b/src/input/es_out_timeshift.c
index aa17e7a..4aa997f 100644
--- a/src/input/es_out_timeshift.c
+++ b/src/input/es_out_timeshift.c
@@ -508,7 +508,7 @@ static int ControlLockedSetPauseState( es_out_t *p_out, bool b_source_paused, bo
/* XXX we may do it BUT it would be better to finish the clock clean up+improvments
* and so be able to advertize correctly pace control property in access
* module */
- msg_Err( p_sys->p_input, "EsOutTimeshift does not work with streams that have space control" );
+ msg_Err( p_sys->p_input, "EsOutTimeshift does not work with streams that have pace control" );
}
}
@@ -543,7 +543,7 @@ static int ControlLockedSetRate( es_out_t *p_out, int i_src_rate, int i_rate )
/* XXX we may do it BUT it would be better to finish the clock clean up+improvments
* and so be able to advertize correctly pace control property in access
* module */
- msg_Err( p_sys->p_input, "EsOutTimeshift does not work with streams that have space control" );
+ msg_Err( p_sys->p_input, "EsOutTimeshift does not work with streams that have pace control" );
}
}
More information about the vlc-commits
mailing list