mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-30 02:58:24 +00:00
inter: Fix compilation
Fix up previously botched rebase.
This commit is contained in:
parent
3b8b87cb6c
commit
96f7c5374f
2 changed files with 0 additions and 8 deletions
|
@ -146,10 +146,6 @@ gst_inter_sub_sink_init (GstInterSubSink * intersubsink,
|
||||||
GstInterSubSinkClass * intersubsink_class)
|
GstInterSubSinkClass * intersubsink_class)
|
||||||
{
|
{
|
||||||
|
|
||||||
intersubsink->sinkpad =
|
|
||||||
gst_pad_new_from_static_template (&gst_inter_sub_sink_sink_template,
|
|
||||||
"sink");
|
|
||||||
|
|
||||||
intersubsink->surface = gst_inter_surface_get ("default");
|
intersubsink->surface = gst_inter_surface_get ("default");
|
||||||
|
|
||||||
intersubsink->fps_n = 1;
|
intersubsink->fps_n = 1;
|
||||||
|
|
|
@ -157,10 +157,6 @@ gst_inter_video_sink_init (GstInterVideoSink * intervideosink,
|
||||||
{
|
{
|
||||||
intervideosink->surface = gst_inter_surface_get ("default");
|
intervideosink->surface = gst_inter_surface_get ("default");
|
||||||
|
|
||||||
intervideosink->sinkpad =
|
|
||||||
gst_pad_new_from_static_template (&gst_inter_video_sink_sink_template,
|
|
||||||
"sink");
|
|
||||||
|
|
||||||
intervideosink->channel = g_strdup ("default");
|
intervideosink->channel = g_strdup ("default");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue