diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2009-05-13 17:55:46 +0200 |
---|---|---|
committer | Jan Schmidt <thaytan@noraisin.net> | 2009-05-15 23:35:09 +0100 |
commit | ee5382d799a7d81d324ed29fe7e2320aec04fd0d (patch) | |
tree | 3d5b14ebc62a0e1bb05f7eba4ee26a18f5dee55e /gst/y4m | |
parent | 695ce19ef44a1aae5730bf36cf3f6727e915546a (diff) |
[MOVED FROM BAD] y4menc: change my email
change my email to something more current
See #580783
Diffstat (limited to 'gst/y4m')
-rw-r--r-- | gst/y4m/gsty4mencode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/y4m/gsty4mencode.c b/gst/y4m/gsty4mencode.c index cc9352ab6..3b82f5c1f 100644 --- a/gst/y4m/gsty4mencode.c +++ b/gst/y4m/gsty4mencode.c @@ -51,7 +51,7 @@ static const GstElementDetails y4mencode_details = GST_ELEMENT_DETAILS ("YUV4MPEG video encoder", "Codec/Encoder/Video", "Encodes a YUV frame into the yuv4mpeg format (mjpegtools)", - "Wim Taymans <wim.taymans@chello.be>"); + "Wim Taymans <wim.taymans@gmail.com>"); /* Filter signals and args */ |