gst-libs/gst/pbutils/descriptions.c: Fix description of video/x-flash-video.

Original commit message from CVS:
* gst-libs/gst/pbutils/descriptions.c: (formats):
Fix description of video/x-flash-video.
This commit is contained in:
Tim-Philipp Müller 2008-05-04 15:23:36 +00:00
parent 83f0729394
commit 6451cbf5b7
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2008-05-04 Tim-Philipp Müller <tim.muller at collabora co uk>
* gst-libs/gst/pbutils/descriptions.c: (formats):
Fix description of video/x-flash-video.
2008-05-04 Sebastian Dröge <slomo@circular-chaos.org>
* gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):

View file

@ -149,7 +149,7 @@ static const FormatInfo formats[] = {
{"video/x-dvd-subpicture", "DVD subpicture", 0},
{"video/x-ffv", N_("FFMpeg v1"), 0},
{"video/x-flash-screen", "Flash Screen Video", 0},
{"video/x-flash-video", "Flash Video", 0},
{"video/x-flash-video", "Sorensen Spark Video", 0},
{"video/x-h261", "H.261", 0},
{"video/x-huffyuv", "Huffyuv", 0},
{"video/x-intel-h263", "Intel H.263", 0},