Skip to content

Commit 1c32567

Browse files
author
Stéphane Loeuillet
committed
put the same mail for Zaheer Merali everywhere
Original commit message from CVS: put the same mail for Zaheer Merali everywhere
1 parent 8314de4 commit 1c32567

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

AUTHORS

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Matt Howell <[email protected]>
33
Brent Bradburn <[email protected]>
44
Wim Taymans <[email protected]>
55
Richard Boulton <[email protected]>
6-
Zaheer Merali <[email protected]>
6+
Zaheer Abbas Merali <zaheerabbas at merali dot org>
77
David I. Lehn <[email protected]>
88
Chris Emerson <[email protected]>
99
Jens Thiele <[email protected]>

ChangeLog

+13-13
Original file line numberDiff line numberDiff line change
@@ -5697,24 +5697,24 @@
56975697
Add property to make videorate silent.
56985698
Add property to prefer new frames over old ones.
56995699

5700-
2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali.org>
5700+
2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
57015701

57025702
* sys/osxvideo/Makefile.am:
57035703
Workaround so that the osxvideo .so file gets linked with the
57045704
Cocoa, OpenGL and QuickTime frameworks
57055705

5706-
2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali.org>
5706+
2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
57075707

57085708
* sys/osxaudio/Makefile.am:
57095709
Workaround so that the osxaudio .so file gets linked with the
57105710
CoreAudio framework
57115711

5712-
2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali.org>
5712+
2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
57135713

57145714
* configure.ac:
57155715
Whoops, my fault...fixed build issues
57165716

5717-
2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali.org>
5717+
2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
57185718

57195719
* configure.ac:
57205720
Add objective-c support if running in Darwin/Mac OS X
@@ -5866,13 +5866,13 @@
58665866
(gst_videorate_change_state), (plugin_init):
58675867
Added a video timestamp corrector.
58685868

5869-
2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali.org>
5869+
2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
58705870

58715871
fixed a potential leak with previous commit
58725872

58735873
* gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
58745874

5875-
2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali.org>
5875+
2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
58765876

58775877
* gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
58785878
Added missing refcount, fixes bug #144425
@@ -5986,7 +5986,7 @@
59865986
* configure.ac:
59875987
add a header check for a dvdread header in dvdnav. Fixes #133002
59885988

5989-
2004-06-12 Zaheer Abbas Merali <zaheerabbas@merali.org>
5989+
2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
59905990

59915991
* gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
59925992
* gst/tcp/gsttcpclientsink.h:
@@ -6001,7 +6001,7 @@
60016001
Modified the tcp plugins so they are portable (IPv4,IPv6, any future
60026002
version of IP)
60036003

6004-
2004-06-12 Zaheer Abbas Merali <zaheerabbas@merali.org>
6004+
2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
60056005

60066006
* configure.ac:
60076007
Added ogg library so that OSX detects libtheora properly
@@ -6406,7 +6406,7 @@
64066406
Added configurable boundary specifier, added the value as a
64076407
caps field as well.
64086408

6409-
2004-06-02 Zaheer Abbas Merali <zaheerabbas@merali.org>
6409+
2004-06-02 Zaheer Abbas Merali <zaheerabbas at merali dot org>
64106410

64116411
* gst/tcp/gsttcp.c:
64126412
* gst/tcp/gsttcpclientsrc.c:
@@ -6675,7 +6675,7 @@
66756675
add rules to build shout2send (was removed by accident
66766676
when this module was no more marked experimental/broken)
66776677

6678-
2004-05-24 Zaheer Abbas Merali <zaheerabbas@merali.org>
6678+
2004-05-24 Zaheer Abbas Merali <zaheerabbas at merali dot org>
66796679

66806680
* ext/shout2/gstshout2.c:
66816681
* ext/shout2/gstshout2.h:
@@ -6751,7 +6751,7 @@
67516751

67526752
2004-05-20 David Schleef <[email protected]>
67536753

6754-
* sys/osxaudio/Makefile.am: New OS X audio plugin by Zaheer Merali
6754+
* sys/osxaudio/Makefile.am: New OS X audio plugin by Zaheer Abbas Merali
67556755
* sys/osxaudio/gstosxaudio.c:
67566756
* sys/osxaudio/gstosxaudioelement.c:
67576757
* sys/osxaudio/gstosxaudioelement.h:
@@ -7181,7 +7181,7 @@
71817181
(gst_shout2send_base_init), (gst_shout2send_init),
71827182
(gst_shout2send_connect), (gst_shout2send_change_state):
71837183
* ext/shout2/gstshout2.h:
7184-
make this work again. Based on a patch by Zaheer Merali (fixes
7184+
make this work again. Based on a patch by Zaheer Abbas Merali (fixes
71857185
#142262)
71867186
* ext/theora/theora.c: (plugin_init):
71877187
don't set rank on encoders
@@ -7836,7 +7836,7 @@
78367836
rifflib, I'm not going to fix wavparse - too much work. All this
78377837
fixes #104878.
78387838

7839-
2004-04-22 Zaheer Abbas Merali <zaheerabbas@merali.org>
7839+
2004-04-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
78407840

78417841
reviewed by Benjamin Otte <[email protected]>
78427842

0 commit comments

Comments
 (0)