summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-03-17 14:23:37 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-03-21 10:19:49 +0100
commit992caf48ba34752de94bcf5d5439ff989684b723 (patch)
treebb898e23b82368468f1e5525a385ea512ba187c2
parentc6730cd2233bece0c4491873d322c1dfb1055bca (diff)
downloadgst-plugins-bad-992caf48ba34752de94bcf5d5439ff989684b723.tar.gz
gst-plugins-bad-992caf48ba34752de94bcf5d5439ff989684b723.tar.bz2
gst-plugins-bad-992caf48ba34752de94bcf5d5439ff989684b723.zip
mxfdemux: Remove accidentially committed g_assert_not_reached()
-rw-r--r--gst/mxf/mxfmpeg.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/mxf/mxfmpeg.c b/gst/mxf/mxfmpeg.c
index 21fece89..609e53bd 100644
--- a/gst/mxf/mxfmpeg.c
+++ b/gst/mxf/mxfmpeg.c
@@ -507,8 +507,6 @@ mxf_mpeg_is_mpeg4_keyframe (GstBuffer * buffer)
}
}
- g_assert_not_reached ();
-
return FALSE;
}