mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-04 07:09:56 +00:00
Test for url in correct variable.
Original commit message from CVS: Test for url in correct variable.
This commit is contained in:
parent
5996197d6b
commit
4c7c8a02e8
1 changed files with 1 additions and 1 deletions
|
@ -748,7 +748,7 @@ gst_gnomevfssrc_received_headers_callback (gconstpointer in,
|
|||
g_free (src->iradio_genre);
|
||||
src->iradio_genre = g_strdup (value);
|
||||
g_object_notify (G_OBJECT (src), "iradio-genre");
|
||||
} else if (!strncmp (data, "url", 3)) {
|
||||
} else if (!strncmp (key, "url", 3)) {
|
||||
if (src->iradio_url)
|
||||
g_free (src->iradio_url);
|
||||
src->iradio_url = g_strdup (value);
|
||||
|
|
Loading…
Reference in a new issue