mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
examples: test-uri: fix tainted variable
Insignificant but this keeps Coverity happy. CID #1268404
This commit is contained in:
parent
b04856f0cf
commit
d92ff17026
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ remove_map (GstRTSPServer * server)
|
|||
#endif
|
||||
|
||||
int
|
||||
main (int argc, char *argv[])
|
||||
main (int argc, gchar * argv[])
|
||||
{
|
||||
GMainLoop *loop;
|
||||
GstRTSPServer *server;
|
||||
|
|
Loading…
Reference in a new issue