[gstreamer-bugs] [Bug 412710] [replaygain] Add playback elements
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Tue Feb 27 10:08:27 PST 2007
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=412710
GStreamer | gst-plugins-bad | Ver: HEAD CVS
------- Comment #1 from René Stadler 2007-02-27 18:06 UTC -------
Created an attachment (id=83481)
--> (http://bugzilla.gnome.org/attachment.cgi?id=83481&action=view)
Prepare the replaygain plugin for addition of playback elements
Changes:
* gst/replaygain/Makefile.am:
Add new files replaygain.c, replaygain.h.
* gst/replaygain/gstrganalysis.c:
No longer include string.h.
Move property-related documentation from the main description
section to the property definitions. Mention new reference level
tag. Refine documentation. Use correct wrap width this time.
(gst_rg_analysis_class_init):
Lower the upper limit of the reference-level property way below
G_MAXDOUBLE. Trim property descriptions a little.
(gst_rg_analysis_start):
Use a more conservative log level. Uncapitalize log message.
(gst_rg_analysis_set_caps):
Replace usage of strcmp with g_str_equal. Rename local variable.
(gst_rg_analysis_transform_ip):
Use better flow return values for g_return_val_if_fail sanity
checks.
Use a more conservative log level. Uncapitalize log message.
(gst_rg_analysis_event), (gst_rg_analysis_stop),
(gst_rg_analysis_handle_tags):
Use a more conservative log level. Uncapitalize log messages.
(gst_rg_analysis_handle_eos):
Attach used reference level to the result tag list by using the
new GST_TAG_REFERENCE_LEVEL.
Use a more conservative log level. Uncapitalize log messages.
(gst_rg_analysis_track_result), (gst_rg_analysis_album_result):
Uncapitalize log messages.
(plugin_init), (GST_PLUGIN_DEFINE):
Move plugin stuff to replaygain.c.
* gst/replaygain/gstrganalysis.h: (gst_rg_analysis_get_type):
Add declaration.
* gst/replaygain/replaygain.c: (plugin_init), (GST_PLUGIN_DEFINE):
Move plugin stuff to this new file.
* gst/replaygain/replaygain.h:
* gst/replaygain/rganalysis.h: (RG_REFERENCE_LEVEL):
Move constant from rganalysis.h to replaygain.h.
* tests/check/elements/rganalysis.c:
Re-indent comments to correct wrap width.
(test_reference_level):
Test for correct emission of new GST_TAG_REFERENCE_LEVEL.
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
More information about the Gstreamer-bugs
mailing list