summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2013-11-29 09:50:33 +0100
committerSebastian Dröge <sebastian@centricular.com>2013-11-29 09:50:48 +0100
commitdd148c43ad4c8d09a659093024e210949e5eb1e0 (patch)
tree26730d5386729c2a809241e63a6ca2266dd79f8c
parent1c93a9c581b19d682630866761f41db58b226de3 (diff)
gnlcomposition: Fix typo
-rw-r--r--gnl/gnlcomposition.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnl/gnlcomposition.c b/gnl/gnlcomposition.c
index 34d3d84..100e9bb 100644
--- a/gnl/gnlcomposition.c
+++ b/gnl/gnlcomposition.c
@@ -664,7 +664,7 @@ ghost_event_probe_handler (GstPad * ghostpad G_GNUC_UNUSED,
/* FIXME: Do we want to create a new stream ID here? */
GST_DEBUG_OBJECT (comp, "forward stream-start %p", event);
} else {
- GST_DEBUG_OBJECT (comp, "droping stream-start %p", event);
+ GST_DEBUG_OBJECT (comp, "dropping stream-start %p", event);
retval = GST_PAD_PROBE_DROP;
}
break;