gst/qtdemux/qtdemux.c: Fix silly typo.
authorTim-Philipp Müller <tim@centricular.net>
Tue, 8 Aug 2006 14:55:53 +0000 (14:55 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Tue, 8 Aug 2006 14:55:53 +0000 (14:55 +0000)
Original commit message from CVS:
* gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
Fix silly typo.

gst/qtdemux/qtdemux.c

index 39a8331..b6f6514 100644 (file)
@@ -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;