From 058bbf9cc31ced27759fe6524cba0ec32bd80e03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 8 Aug 2006 14:55:53 +0000 Subject: gst/qtdemux/qtdemux.c: Fix silly typo. Original commit message from CVS: * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree): Fix silly typo. --- gst/qtdemux/qtdemux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst') 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; -- cgit v1.2.1