From: Thiago Santos Date: Mon, 29 Jul 2013 14:35:20 +0000 (-0300) Subject: qa-reporter: fix copy n paste left over X-Git-Tag: 1.19.3~491^2~2570 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f7d7d093e397eb2481ccf469ecb69f5dcc1d947b;p=platform%2Fupstream%2Fgstreamer.git qa-reporter: fix copy n paste left over --- diff --git a/validate/gst/qa/gst-qa-reporter.h b/validate/gst/qa/gst-qa-reporter.h index 3490149d6e..c322db4c1b 100644 --- a/validate/gst/qa/gst-qa-reporter.h +++ b/validate/gst/qa/gst-qa-reporter.h @@ -33,7 +33,7 @@ typedef struct _GstQaReporterInterface GstQaReporterInterface; #define GST_TYPE_QA_REPORTER (gst_qa_reporter_get_type ()) #define GST_QA_REPORTER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GST_TYPE_QA_REPORTER, GstQaReporter)) #define GST_IS_QA_REPORTER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GST_TYPE_QA_REPORTER)) -#define GST_QA_REPORTER_GET_INTERFACE(inst) (G_TYPE_INSTANCE_GET_INTERFACE ((inst), GST_TYPE_QA_REPORTER, GESExtractableInterface)) +#define GST_QA_REPORTER_GET_INTERFACE(inst) (G_TYPE_INSTANCE_GET_INTERFACE ((inst), GST_TYPE_QA_REPORTER, GstQaReporterInterface)) #ifdef G_HAVE_ISO_VARARGS #define GST_QA_REPORT(m, issue_id, ...) \