mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-09 13:21:16 +00:00
gstplaysink: Remove unused variable.
The value of klass is never used
This commit is contained in:
parent
a58183459f
commit
8db7eb4037
1 changed files with 0 additions and 2 deletions
|
@ -2398,7 +2398,6 @@ gst_play_sink_request_new_pad (GstElement * element, GstPadTemplate * templ,
|
||||||
{
|
{
|
||||||
GstPlaySink *psink;
|
GstPlaySink *psink;
|
||||||
GstPad *pad;
|
GstPad *pad;
|
||||||
GstElementClass *klass;
|
|
||||||
GstPlaySinkType type;
|
GstPlaySinkType type;
|
||||||
const gchar *tplname;
|
const gchar *tplname;
|
||||||
|
|
||||||
|
@ -2407,7 +2406,6 @@ gst_play_sink_request_new_pad (GstElement * element, GstPadTemplate * templ,
|
||||||
GST_DEBUG_OBJECT (element, "name:%s", name);
|
GST_DEBUG_OBJECT (element, "name:%s", name);
|
||||||
|
|
||||||
psink = GST_PLAY_SINK (element);
|
psink = GST_PLAY_SINK (element);
|
||||||
klass = GST_ELEMENT_GET_CLASS (element);
|
|
||||||
tplname = GST_PAD_TEMPLATE_NAME_TEMPLATE (templ);
|
tplname = GST_PAD_TEMPLATE_NAME_TEMPLATE (templ);
|
||||||
|
|
||||||
/* Figure out the GstPlaySinkType based on the template */
|
/* Figure out the GstPlaySinkType based on the template */
|
||||||
|
|
Loading…
Reference in a new issue