diff options
author | Benjamin Otte <otte@gnome.org> | 2003-09-15 01:08:40 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2003-09-15 01:08:40 +0000 |
commit | 982b39d30a05a9edf6f20353c0a91fdedeecad3e (patch) | |
tree | b58d134d7fbe3f6a04dc2ba5c235a1ca1d8de82d /ext/lcs | |
parent | 36a375425114527faef71ad4193c41bcfe738a4b (diff) | |
download | gst-plugins-bad-982b39d30a05a9edf6f20353c0a91fdedeecad3e.tar.gz gst-plugins-bad-982b39d30a05a9edf6f20353c0a91fdedeecad3e.tar.bz2 gst-plugins-bad-982b39d30a05a9edf6f20353c0a91fdedeecad3e.zip |
converted gst_element_error to new format in ext/ - gettext pending
Original commit message from CVS:
converted gst_element_error to new format in ext/ - gettext pending
Diffstat (limited to 'ext/lcs')
-rw-r--r-- | ext/lcs/gstcolorspace.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/lcs/gstcolorspace.c b/ext/lcs/gstcolorspace.c index 0ed3b278..00f61e43 100644 --- a/ext/lcs/gstcolorspace.c +++ b/ext/lcs/gstcolorspace.c @@ -318,7 +318,9 @@ gst_colorspace_srcconnect_func (GstPad *pad, GstCaps *caps, gboolean newcaps) peercaps = peercaps->next; } - //gst_element_error (GST_ELEMENT (space), "could not agree on caps with peer pads"); + //gst_element_gerror(GST_ELEMENT (space), GST_ERROR_UNKNOWN, + g_strdup ("unconverted error, file a bug"), + g_strdup_printf("could not agree on caps with peer pads")); /* we disable ourself here */ space->disabled = TRUE; |