diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-06-03 10:51:39 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-06-03 10:51:39 +0000 |
commit | 3e8f34d5187658b9476b9343fe85e43136ec436c (patch) | |
tree | 59004c403b6d30a10230b5c64679fd07767de91d | |
parent | fc20b3f9755830588733e151bd50c0f4db69a908 (diff) | |
download | gst-plugins-bad-3e8f34d5187658b9476b9343fe85e43136ec436c.tar.gz gst-plugins-bad-3e8f34d5187658b9476b9343fe85e43136ec436c.tar.bz2 gst-plugins-bad-3e8f34d5187658b9476b9343fe85e43136ec436c.zip |
anal fix
Original commit message from CVS:
anal fix
-rw-r--r-- | ext/libfame/gstlibfame.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/libfame/gstlibfame.c b/ext/libfame/gstlibfame.c index 80e647b7..89e91487 100644 --- a/ext/libfame/gstlibfame.c +++ b/ext/libfame/gstlibfame.c @@ -26,7 +26,7 @@ /* elementfactory information */ static GstElementDetails gst_fameenc_details = { - "MPEG1 and MPEG4 video encoder using the fameenc library", + "MPEG1 and MPEG4 video encoder using the libfame library", "Codec/Video/Encoder", "Uses fameenc to encode MPEG video streams", VERSION, |