summaryrefslogtreecommitdiffstats
path: root/ext/aalib
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-01-18 21:46:58 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-01-18 21:46:58 +0000
commit3b0cf935f687c359319104d7b0dd7d73c90da6a9 (patch)
treefc4cb9722017426795998bce5cb783e6eaae0365 /ext/aalib
parent272db0c22e45b45e88f11a52b793bab588a02534 (diff)
use new error signal and classification
Original commit message from CVS: use new error signal and classification
Diffstat (limited to 'ext/aalib')
-rw-r--r--ext/aalib/gstaasink.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/aalib/gstaasink.c b/ext/aalib/gstaasink.c
index 521bb713..fae02455 100644
--- a/ext/aalib/gstaasink.c
+++ b/ext/aalib/gstaasink.c
@@ -490,8 +490,8 @@ gst_aasink_open (GstAASink *aasink)
aasink->context = aa_autoinit (&aasink->ascii_surf);
if (aasink->context == NULL) {
- gst_element_error (GST_ELEMENT (aasink),
- g_strdup("opening aalib context"));
+ gst_element_error (GST_ELEMENT (aasink), LIBRARY, TOO_LAZY, NULL,
+ ("error opening aalib context"));
return FALSE;
}
aa_autoinitkbd(aasink->context, 0);