diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2006-04-01 10:09:11 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@noraisin.net> | 2009-05-15 23:35:07 +0100 |
commit | 1844742e145e12aaf0854ae003b8394dea0b09ef (patch) | |
tree | 8308b96d27055ec24122537b2169e202c7cae4cd /gst/y4m | |
parent | 22ec948d156b3121aa33677734642b8b9b94f8f0 (diff) |
[MOVED FROM BAD] rework build; add translations for v4l2
Original commit message from CVS:
rework build; add translations for v4l2
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 d2e38e3ae..8e966af76 100644 --- a/gst/y4m/gsty4mencode.c +++ b/gst/y4m/gsty4mencode.c @@ -288,4 +288,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, "y4menc", "Encodes a YUV frame into the yuv4mpeg format (mjpegtools)", - plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN) + plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) |