projects
/
platform
/
upstream
/
gst-plugins-bad.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
315c690
)
rtmpsrc: fix wrong use of GST_ELEMENT_ERROR
author
Tim-Philipp Müller
<tim.muller@collabora.co.uk>
Thu, 2 Sep 2010 21:39:33 +0000
(22:39 +0100)
committer
Tim-Philipp Müller
<tim.muller@collabora.co.uk>
Thu, 2 Sep 2010 21:39:33 +0000
(22:39 +0100)
ext/rtmp/gstrtmpsrc.c
patch
|
blob
|
history
diff --git
a/ext/rtmp/gstrtmpsrc.c
b/ext/rtmp/gstrtmpsrc.c
index 63ff51237e054543bbdeddd19b052e08ee6e0151..2376ccef1439bd3aaa8a214e2f903ed1fe0aa71e 100644
(file)
--- a/
ext/rtmp/gstrtmpsrc.c
+++ b/
ext/rtmp/gstrtmpsrc.c
@@
-538,7
+538,7
@@
gst_rtmp_src_start (GstBaseSrc * basesrc)
src->rtmp = RTMP_Alloc ();
RTMP_Init (src->rtmp);
if (!RTMP_SetupURL (src->rtmp, uri_copy)) {
- GST_ELEMENT_ERROR (src, RESOURCE, OPEN_READ,
NULL
,
+ GST_ELEMENT_ERROR (src, RESOURCE, OPEN_READ,
(NULL)
,
("Failed to setup URL '%s'", src->uri));
g_free (uri_copy);
RTMP_Free (src->rtmp);