diff options
author | Andy Wingo <wingo@pobox.com> | 2005-07-20 17:13:18 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2005-07-20 17:13:18 +0000 |
commit | 0e68f3906d6a805bc159e606cd274113958e67d4 (patch) | |
tree | d3e87ab486f0e60d533614fff8274802fe3d6c99 | |
parent | 97dd4620d0103eba591472ee43b939f298d24b07 (diff) | |
download | gst-plugins-bad-0e68f3906d6a805bc159e606cd274113958e67d4.tar.gz gst-plugins-bad-0e68f3906d6a805bc159e606cd274113958e67d4.tar.bz2 gst-plugins-bad-0e68f3906d6a805bc159e606cd274113958e67d4.zip |
ext/mpeg2dec/gstmpeg2dec.c (gst_mpeg2dec_sink_event): Signedness fix.
Original commit message from CVS:
2005-07-20 Andy Wingo <wingo@pobox.com>
* ext/mpeg2dec/gstmpeg2dec.c (gst_mpeg2dec_sink_event): Signedness
fix.
-rw-r--r-- | ChangeLog | 5 | ||||
m--------- | common | 0 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2005-07-20 Andy Wingo <wingo@pobox.com> + + * ext/mpeg2dec/gstmpeg2dec.c (gst_mpeg2dec_sink_event): Signedness + fix. + 2005-07-20 Edward Hervey <edward@fluendo.com> * configure.ac: diff --git a/common b/common -Subproject 6f9b691adc2a0300598311671dd7c4d9d2035af +Subproject 694de4dbf4827f372321f0634643a254d7edd98 |