mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
aasink: Remove unused variables
This commit is contained in:
parent
35f4700f44
commit
145f6da5bb
1 changed files with 0 additions and 2 deletions
|
@ -234,7 +234,6 @@ static gboolean
|
|||
gst_aasink_setcaps (GstBaseSink * basesink, GstCaps * caps)
|
||||
{
|
||||
GstAASink *aasink;
|
||||
GstStructure *structure;
|
||||
GstVideoInfo info;
|
||||
|
||||
aasink = GST_AASINK (basesink);
|
||||
|
@ -323,7 +322,6 @@ static GstFlowReturn
|
|||
gst_aasink_render (GstBaseSink * basesink, GstBuffer * buffer)
|
||||
{
|
||||
GstAASink *aasink;
|
||||
guint8 *data;
|
||||
GstVideoFrame frame;
|
||||
|
||||
aasink = GST_AASINK (basesink);
|
||||
|
|
Loading…
Reference in a new issue