mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
playsink-videoconvert: Fix warning on build
Remove unused variable
This commit is contained in:
parent
ae3ba53391
commit
80971a3b33
1 changed files with 0 additions and 2 deletions
|
@ -68,13 +68,11 @@ link_failed:
|
||||||
static void
|
static void
|
||||||
gst_play_sink_video_convert_class_init (GstPlaySinkVideoConvertClass * klass)
|
gst_play_sink_video_convert_class_init (GstPlaySinkVideoConvertClass * klass)
|
||||||
{
|
{
|
||||||
GObjectClass *gobject_class;
|
|
||||||
GstElementClass *gstelement_class;
|
GstElementClass *gstelement_class;
|
||||||
|
|
||||||
GST_DEBUG_CATEGORY_INIT (gst_play_sink_video_convert_debug,
|
GST_DEBUG_CATEGORY_INIT (gst_play_sink_video_convert_debug,
|
||||||
"playsinkvideoconvert", 0, "play bin");
|
"playsinkvideoconvert", 0, "play bin");
|
||||||
|
|
||||||
gobject_class = (GObjectClass *) klass;
|
|
||||||
gstelement_class = (GstElementClass *) klass;
|
gstelement_class = (GstElementClass *) klass;
|
||||||
|
|
||||||
gst_element_class_set_details_simple (gstelement_class,
|
gst_element_class_set_details_simple (gstelement_class,
|
||||||
|
|
Loading…
Reference in a new issue