Don't set the actual video size in gst_video_sink_got_video_size().
Original commit message from CVS: Don't set the actual video size in gst_video_sink_got_video_size(). This could probably be replaced once we handle pixel aspect ratios.
This commit is contained in:
parent
50583b01c1
commit
1e5b084282
@ -299,9 +299,6 @@ gst_video_sink_got_video_size (GstVideoSink *videosink, gint width, gint height)
|
||||
g_return_if_fail (videosink != NULL);
|
||||
g_return_if_fail (GST_IS_VIDEOSINK (videosink));
|
||||
|
||||
videosink->width = width;
|
||||
videosink->height = height;
|
||||
|
||||
g_signal_emit (G_OBJECT (videosink), gst_videosink_signals[HAVE_SIZE],
|
||||
0, width, height);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user