mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
examples/stats/mp2ogg.c: more typo fixes
Original commit message from CVS: * examples/stats/mp2ogg.c: more typo fixes
This commit is contained in:
parent
ea006c5869
commit
55ea2ade4a
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-10-13 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* examples/stats/mp2ogg.c:
|
||||
more typo fixes
|
||||
|
||||
2005-10-12 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* examples/indexing/indexmpeg.c: (main):
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#include <gst/gst.h>
|
||||
|
||||
/* This example app demonstartes the use of pad query and convert to
|
||||
* get usefull statistics about a plugin. In this case we monitor the
|
||||
* get useful statistics about a plugin. In this case we monitor the
|
||||
* compression status of mpeg audio to ogg vorbis transcoding.
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue