mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
Remove unused variable
This commit is contained in:
parent
482bff1ce4
commit
69b6590d03
1 changed files with 0 additions and 1 deletions
|
@ -119,7 +119,6 @@ static void source_setup (GstElement *pipeline, GstElement *source, CustomData *
|
|||
int main(int argc, char *argv[]) {
|
||||
CustomData data;
|
||||
GstBus *bus;
|
||||
guint flags;
|
||||
|
||||
/* Initialize cumstom data structure */
|
||||
memset (&data, 0, sizeof (data));
|
||||
|
|
Loading…
Reference in a new issue