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:
38e339a
)
[MOVED FROM GST-P-FARSIGHT] Fix typo
author
Olivier CrĂȘte
<olivier.crete@collabora.co.uk>
Tue, 12 Aug 2008 01:05:34 +0000
(21:05 -0400)
committer
Edward Hervey
<bilboed@bilboed.com>
Sat, 21 Feb 2009 16:48:54 +0000
(17:48 +0100)
gst/rtpmux/gstrtpmux.c
patch
|
blob
|
history
diff --git
a/gst/rtpmux/gstrtpmux.c
b/gst/rtpmux/gstrtpmux.c
index 2358986118c03b052c90c4b22ba1e3c9023ab141..c6c3500315436d655bd97431c2d9eddabef19ce1 100644
(file)
--- a/
gst/rtpmux/gstrtpmux.c
+++ b/
gst/rtpmux/gstrtpmux.c
@@
-427,7
+427,7
@@
gst_rtp_mux_setcaps (GstPad *pad, GstCaps *caps)
NULL);
GST_DEBUG_OBJECT (rtp_mux,
- "seting caps %" GST_PTR_FORMAT " on src pad..", caps);
+ "set
t
ing caps %" GST_PTR_FORMAT " on src pad..", caps);
ret = gst_pad_set_caps (rtp_mux->srcpad, caps);
out: