diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-07-26 13:30:28 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-07-26 13:30:28 +0000 |
commit | ca2652d5445cbf021a5969331c605b3695421106 (patch) | |
tree | aba93d7b62d862a8622f67b3bd7f0c80cb38c283 | |
parent | a2a9aa01a4dcbdadc4e1a542591779ccaba5799a (diff) | |
download | gst-plugins-bad-ca2652d5445cbf021a5969331c605b3695421106.tar.gz gst-plugins-bad-ca2652d5445cbf021a5969331c605b3695421106.tar.bz2 gst-plugins-bad-ca2652d5445cbf021a5969331c605b3695421106.zip |
don't make function do two things
Original commit message from CVS:
don't make function do two things
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org> + + * gst/ffmpegcolorspace/gstffmpegcodecmap.c: + (gst_ffmpeg_caps_to_pix_fmt): + * gst/ffmpegcolorspace/gstffmpegcodecmap.h: + * gst/ffmpegcolorspace/gstffmpegcolorspace.c: + (gst_ffmpegcolorspace_pad_link): + don't make function do two things at the same time without reason. + 2004-07-26 Steve Lhomme <steve.lhomme@free.fr> * gst/ac3parse/ac3parse.vcproj |