mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-02 22:46:35 +00:00
5d7403a6a5
Reviewers: Mathieu_Du Differential Revision: http://phabricator.freedesktop.org/D77
21 lines
655 B
C
21 lines
655 B
C
/* GStreamer
|
|
* Copyright (C) 2013 Thiago Santos <thiago.sousa.santos@collabora.com>
|
|
*/
|
|
|
|
#ifndef _GST_VALIDATE_H
|
|
#define _GST_VALIDATE_H
|
|
|
|
#include <gst/validate/gst-validate-types.h>
|
|
#include <gst/validate/gst-validate-enums.h>
|
|
|
|
#include <gst/validate/gst-validate-runner.h>
|
|
#include <gst/validate/gst-validate-monitor-factory.h>
|
|
#include <gst/validate/gst-validate-override-registry.h>
|
|
#include <gst/validate/gst-validate-report.h>
|
|
#include <gst/validate/gst-validate-reporter.h>
|
|
#include <gst/validate/gst-validate-media-info.h>
|
|
|
|
void gst_validate_init (void);
|
|
GList * gst_validate_plugin_get_config (GstPlugin * plugin);
|
|
|
|
#endif /* _GST_VALIDATE_H */
|