gst-libs/gst/: Turn a few g_assert_not_reached() into g_return_val_if_reached() to...
authorTim-Philipp Müller <tim@centricular.net>
Sun, 16 Dec 2007 23:52:58 +0000 (23:52 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Sun, 16 Dec 2007 23:52:58 +0000 (23:52 +0000)
commitaa47d077c15b6a948b25966c4b358342aa88d0e5
tree2549e78d0350c637f2ebe1a69787924d18f9578a
parentea931c47d658f0800d92c0cb90e284fa28af79a6
gst-libs/gst/: Turn a few g_assert_not_reached() into g_return_val_if_reached() to avoid compiler warnings (#503930).

Original commit message from CVS:
* gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
(gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
* gst-libs/gst/pbutils/install-plugins.c:
(gst_install_plugins_spawn_child), (gst_install_plugins_supported):
* gst-libs/gst/pbutils/missing-plugins.c:
(gst_missing_plugin_message_get_installer_detail),
(gst_missing_encoder_installer_detail_new):
* gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
* gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
Turn a few g_assert_not_reached() into g_return_val_if_reached() to
avoid compiler warnings (#503930).
ChangeLog
gst-libs/gst/cdda/gstcddabasesrc.c
gst-libs/gst/pbutils/install-plugins.c
gst-libs/gst/pbutils/missing-plugins.c
gst-libs/gst/rtsp/gstrtspconnection.c
gst-libs/gst/rtsp/gstrtspmessage.c