mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 05:06:17 +00:00
Don't export gst_vaapisink_get_display().
This commit is contained in:
parent
b271ebd760
commit
123eb732ff
2 changed files with 3 additions and 3 deletions
|
@ -69,6 +69,9 @@ enum {
|
||||||
PROP_FULLSCREEN
|
PROP_FULLSCREEN
|
||||||
};
|
};
|
||||||
|
|
||||||
|
static GstVaapiDisplay *
|
||||||
|
gst_vaapisink_get_display(GstVaapiSink *sink);
|
||||||
|
|
||||||
static GstVaapiDisplay *
|
static GstVaapiDisplay *
|
||||||
gst_vaapi_video_sink_do_get_display(GstVaapiVideoSink *sink)
|
gst_vaapi_video_sink_do_get_display(GstVaapiVideoSink *sink)
|
||||||
{
|
{
|
||||||
|
|
|
@ -74,9 +74,6 @@ struct _GstVaapiSinkClass {
|
||||||
GType
|
GType
|
||||||
gst_vaapisink_get_type(void);
|
gst_vaapisink_get_type(void);
|
||||||
|
|
||||||
GstVaapiDisplay *
|
|
||||||
gst_vaapisink_get_display(GstVaapiSink *sink);
|
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
#endif /* GST_VAAPISINK_H */
|
#endif /* GST_VAAPISINK_H */
|
||||||
|
|
Loading…
Reference in a new issue