diff options
author | Olivier CrĂȘte <olivier.crete@collabora.co.uk> | 2008-08-11 21:05:34 -0400 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2009-02-21 17:48:54 +0100 |
commit | abbdf7c22f4590a6d8a6fc009fba9a509c4755d8 (patch) | |
tree | f8c900df95991eba266392c22c808c3e2b902975 | |
parent | 38e339a1358251d4bc745b917517cf1c78e9bc92 (diff) | |
download | gst-plugins-bad-abbdf7c22f4590a6d8a6fc009fba9a509c4755d8.tar.gz gst-plugins-bad-abbdf7c22f4590a6d8a6fc009fba9a509c4755d8.tar.bz2 gst-plugins-bad-abbdf7c22f4590a6d8a6fc009fba9a509c4755d8.zip |
[MOVED FROM GST-P-FARSIGHT] Fix typo
-rw-r--r-- | gst/rtpmux/gstrtpmux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtpmux/gstrtpmux.c b/gst/rtpmux/gstrtpmux.c index 23589861..c6c35003 100644 --- 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); + "setting caps %" GST_PTR_FORMAT " on src pad..", caps); ret = gst_pad_set_caps (rtp_mux->srcpad, caps); out: |