summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-01-17 17:29:04 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-01-17 17:29:04 +0000
commita43720466a3d1db393b1317bff3ead67685fd611 (patch)
tree76306ce71ba04da92d8ebd55083f55c9561f42ac /ChangeLog
parentfbf13cbbf1cd2061d19fb784af2cc5fd91fb5e40 (diff)
downloadgst-plugins-bad-a43720466a3d1db393b1317bff3ead67685fd611.tar.gz
gst-plugins-bad-a43720466a3d1db393b1317bff3ead67685fd611.tar.bz2
gst-plugins-bad-a43720466a3d1db393b1317bff3ead67685fd611.zip
ext/mythtv/gstmythtvsrc.c: Use break here instead of goto.
Original commit message from CVS: * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_set_property): Use break here instead of goto.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e44f7dd..26210125 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-01-17 Tim-Philipp Müller <tim at centricular dot net>
+
+ * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_set_property):
+ Use break here instead of goto.
+
2007-01-13 Andy Wingo <wingo@pobox.com>
* gst/interleave/deinterleave.c (gst_deinterleave_add_new_pads):