ds gst-plugins-bad: gst-plugins-bad/ gst-plugins-bad/ext/jp2k/
[email protected] Mon, 1 Dec 2008 22:21:36 -0800 (PST)
| Newsgroups | gmane.comp.video.gstreamer.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVS Root: /cvs/gstreamer
Module: gst-plugins-bad
Changes by: ds
Date: Tue Dec 02 2008 06:21:36 UTC
Log message:
* ext/jp2k/gstjasperenc.c: Some compilers complain about
uninitialized variable; add a g_assert_not_reached()
Modified files:
. : ChangeLog
ext/jp2k : gstjasperenc.c
Links:
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-bad/ChangeLog.diff?r1=1.3777&r2=1.3778
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-bad/ext/jp2k/gstjasperenc.c.diff?r1=1.2&r2=1.3
====Begin Diffs====
Index: ChangeLog
===================================================================
RCS file: /cvs/gstreamer/gst-plugins-bad/ChangeLog,v
retrieving revision 1.3777
retrieving revision 1.3778
diff -u -d -r1.3777 -r1.3778
--- ChangeLog 1 Dec 2008 19:36:30 -0000 1.3777
+++ ChangeLog 2 Dec 2008 06:21:20 -0000 1.3778
@@ -1,3 +1,8 @@
+2008-12-01 David Schleef <[email protected]>
+
+ * ext/jp2k/gstjasperenc.c: Some compilers complain about
+ uninitialized variable; add a g_assert_not_reached()
2008-12-01 Tim-Philipp Müller <tim.muller at collabora co uk>
Patch by: 이문형 <iwings at gmail dot com>
Index: gstjasperenc.c
RCS file: /cvs/gstreamer/gst-plugins-bad/ext/jp2k/gstjasperenc.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- gstjasperenc.c 1 Dec 2008 15:48:13 -0000 1.2
+++ gstjasperenc.c 2 Dec 2008 06:21:21 -0000 1.3
@@ -218,6 +218,8 @@
"height", G_TYPE_INT, enc->height, "fourcc", GST_TYPE_FOURCC, fourcc,
NULL);
break;
+ default:
+ g_assert_not_reached ();
}
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gstreamer-cvs-verbose mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gstreamer-cvs-verbose