summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-08-08 14:55:53 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-08-08 14:55:53 +0000
commitfa1f0d2c0e9bf5e59ce227fc36e13254bfd237a6 (patch)
treeb427adb5007ee4c0f52b4d234091bc44e30013a2
parente747f4ada03bf233b77e5083104f9b1aa298e193 (diff)
gst/qtdemux/qtdemux.c: Fix silly typo.
Original commit message from CVS: * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree): Fix silly typo.
-rw-r--r--gst/qtdemux/qtdemux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/qtdemux/qtdemux.c b/gst/qtdemux/qtdemux.c
index 39a83314..b6f65146 100644
--- a/gst/qtdemux/qtdemux.c
+++ b/gst/qtdemux/qtdemux.c
@@ -2922,7 +2922,7 @@ qtdemux_parse_tree (GstQTDemux * qtdemux)
rmra = qtdemux_tree_get_child_by_type (qtdemux->moov_node, FOURCC_rmra);
if (rmra) {
rmda = qtdemux_tree_get_child_by_type (rmra, FOURCC_rmda);
- if (rmra) {
+ if (rmda) {
rdrf = qtdemux_tree_get_child_by_type (rmda, FOURCC_rdrf);
if (rdrf) {
GstStructure *s;