mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 22:05:58 +00:00
qa-reporter: fix copy n paste left over
This commit is contained in:
parent
79e7392a9c
commit
f7d7d093e3
1 changed files with 1 additions and 1 deletions
|
@ -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, ...) \
|
||||
|
|
Loading…
Reference in a new issue