mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
d3dvideosink: And remove the right declaration
This commit is contained in:
parent
52a62d73b1
commit
4f28e50540
1 changed files with 5 additions and 2 deletions
|
@ -54,9 +54,10 @@ GST_DEBUG_CATEGORY (gst_d3dvideosink_debug);
|
|||
#define GST_CAT_DEFAULT gst_d3dvideosink_debug
|
||||
|
||||
/** FWD DECLS **/
|
||||
/* Interfaces */
|
||||
static void gst_d3dvideosink_init_interfaces (GType type);
|
||||
/* GstXOverlay Interface */
|
||||
static void
|
||||
gst_d3dvideosink_video_overlay_interface_init (GstVideoOverlayInterface *
|
||||
iface);
|
||||
static void gst_d3dvideosink_set_window_handle (GstVideoOverlay * overlay,
|
||||
guintptr window_id);
|
||||
static void gst_d3dvideosink_set_render_rectangle (GstVideoOverlay * overlay,
|
||||
|
@ -90,6 +91,8 @@ static GstFlowReturn gst_d3dvideosink_show_frame (GstVideoSink * vsink,
|
|||
G_DEFINE_TYPE_WITH_CODE (GstD3DVideoSink, gst_d3dvideosink, GST_TYPE_VIDEO_SINK,
|
||||
_do_init);
|
||||
|
||||
|
||||
|
||||
static void
|
||||
gst_d3dvideosink_class_init (GstD3DVideoSinkClass * klass)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue