2006-02-14 Thomas Vander Stichele patch by: Tim-Philipp Müller * grecord/src/gsr-window.c: (stop_cb), (record_state_changed_cb): - makes input selection combo box insensitive while recording - fixes a problem when stopping to record ('Internal Data Flow' error dialog might pop up when pressing 'Stop') Fixes #324508 2006-02-10 Tim-Philipp Müller * configure.in: * gnome-cd/gnome-cd.c: (main): * grecord/src/gnome-recorder.c: (main): * gst-mixer/src/main.c: (main): * gstreamer-properties/gstreamer-properties.c: (main): Move options parsing to GOption to make it work properly in connection with GStreamer 0.10 (which doesn't support popt). Bumping requirements for libgnome/libgnomeui to 2.13 for the GOptions stuff. (see #324508). 2006-02-10 Tim-Philipp Müller * configure.in: * grecord/src/gsr-window.c: (make_record_pipeline): Use newly-added gst_parse_bin_from_description() utility function from core instead of home-grown stuff, and bump requirements to 0.10.3 for that. (see #324508) 2006-01-31 Thomas Vander Stichele * configure.in: back to dev