diff options
Diffstat (limited to 'gst/encoding/gststreamsplitter.c')
-rw-r--r-- | gst/encoding/gststreamsplitter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/encoding/gststreamsplitter.c b/gst/encoding/gststreamsplitter.c index 53f755489..9221b353a 100644 --- a/gst/encoding/gststreamsplitter.c +++ b/gst/encoding/gststreamsplitter.c @@ -331,7 +331,7 @@ resync: if (res) { /* FIXME : we need to switch properly */ - GST_DEBUG_OBJECT (srcpad, "Setting caps on this pad was succesfull"); + GST_DEBUG_OBJECT (srcpad, "Setting caps on this pad was successful"); stream_splitter->current = srcpad; goto beach; } |