projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3542f87
)
tell us what's not implemented
author
Thomas Vander Stichele
<thomas@apestaart.org>
Tue, 2 Jan 2007 09:31:45 +0000
(09:31 +0000)
committer
Thomas Vander Stichele
<thomas@apestaart.org>
Tue, 2 Jan 2007 09:31:45 +0000
(09:31 +0000)
Original commit message from CVS:
tell us what's not implemented
gst/gstvalue.c
patch
|
blob
|
history
diff --git
a/gst/gstvalue.c
b/gst/gstvalue.c
index
cc1ea93
..
310e5a4
100644
(file)
--- a/
gst/gstvalue.c
+++ b/
gst/gstvalue.c
@@
-547,7
+547,7
@@
gst_value_serialize_list (const GValue * value)
static gboolean
gst_value_deserialize_list (GValue * dest, const gchar * s)
{
- g_warning ("unimplemented");
+ g_warning ("
gst_value_deserialize_list:
unimplemented");
return FALSE;
}
@@
-560,7
+560,7
@@
gst_value_serialize_array (const GValue * value)
static gboolean
gst_value_deserialize_array (GValue * dest, const gchar * s)
{
- g_warning ("unimplemented");
+ g_warning ("
gst_value_deserialize_array:
unimplemented");
return FALSE;
}