mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
aa99af6027
Original commit message from CVS: * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_class_init): * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_class_init): * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_class_init): * ext/arts/gst_arts.c: (gst_arts_class_init): * ext/artsd/gstartsdsink.c: (gst_artsdsink_class_init): * ext/audiofile/gstafsink.c: (gst_afsink_class_init): * ext/audiofile/gstafsrc.c: (gst_afsrc_class_init): * ext/audioresample/gstaudioresample.c: * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init): * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_class_init): * ext/divx/gstdivxdec.c: (gst_divxdec_class_init): * ext/hermes/gsthermescolorspace.c: (gst_hermes_colorspace_class_init): * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_class_init): * ext/jack/gstjack.c: (gst_jack_class_init): * ext/jack/gstjackbin.c: (gst_jack_bin_class_init): * ext/lcs/gstcolorspace.c: (gst_colorspace_class_init): * ext/libfame/gstlibfame.c: (gst_fameenc_class_init): * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init): * ext/nas/nassink.c: (gst_nassink_class_init): * ext/shout/gstshout.c: (gst_icecastsend_class_init): * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init): * ext/sndfile/gstsf.c: (gst_sf_class_init): * ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_class_init), (gst_swfdec_class_init): * ext/tarkin/gsttarkindec.c: (gst_tarkindec_class_init): * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_class_init): * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_class_init): * gst/chart/gstchart.c: (gst_chart_class_init): * gst/colorspace/gstcolorspace.c: (gst_colorspace_class_init): * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_class_init): * gst/festival/gstfestival.c: (gst_festival_class_init): * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init): * gst/filter/gstiir.c: (gst_iir_class_init): * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init): * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init): * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_class_init): * gst/mpeg1sys/gstmpeg1systemencode.c: (gst_system_encode_class_init): * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_class_init): * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_class_init): * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_class_init): * gst/overlay/gstoverlay.c: (gst_overlay_class_init): * gst/passthrough/gstpassthrough.c: (passthrough_class_init): * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init): * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_class_init): * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_class_init): * gst/smooth/gstsmooth.c: (gst_smooth_class_init): * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init): * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init): * gst/stereo/gststereo.c: (gst_stereo_class_init): * gst/switch/gstswitch.c: (gst_switch_class_init): * gst/tta/gstttadec.c: (gst_tta_dec_class_init): * gst/tta/gstttaparse.c: (gst_tta_parse_class_init): * gst/vbidec/gstvbidec.c: (gst_vbidec_class_init): * gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init): * gst/virtualdub/gstxsharpen.c: (gst_xsharpen_class_init): * gst/y4m/gsty4mencode.c: (gst_y4mencode_class_init): * sys/cdrom/gstcdplayer.c: (cdplayer_class_init): * sys/directsound/gstdirectsoundsink.c: (gst_directsoundsink_class_init): * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_class_init): * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init): * sys/dxr3/dxr3videosink.c: (dxr3videosink_class_init): * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_class_init): * sys/v4l2/gstv4l2colorbalance.c: (gst_v4l2_color_balance_channel_class_init): * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_channel_class_init), (gst_v4l2_tuner_norm_class_init): * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_class_init): Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
406 lines
12 KiB
C
406 lines
12 KiB
C
/* GStreamer trm plugin
|
|
* Copyright (C) 2004 Jeremy Simon <jsimon13@yahoo.fr>
|
|
*
|
|
* This library is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU Library General Public
|
|
* License as published by the Free Software Foundation; either
|
|
* version 2 of the License, or (at your option) any later version.
|
|
*
|
|
* This library is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
* Library General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Library General Public
|
|
* License along with this library; if not, write to the
|
|
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
|
* Boston, MA 02111-1307, USA.
|
|
*/
|
|
|
|
#ifdef HAVE_CONFIG_H
|
|
#include "config.h"
|
|
#endif
|
|
|
|
#include <string.h>
|
|
#include <sys/time.h>
|
|
|
|
#include "gsttrm.h"
|
|
|
|
/* musicbrainz signals and args */
|
|
enum
|
|
{
|
|
SIGNAL_SIGNATURE_AVAILABLE,
|
|
LAST_SIGNAL
|
|
};
|
|
|
|
|
|
enum
|
|
{
|
|
ARG_0,
|
|
ARG_SIGNATURE,
|
|
ARG_ASCII_SIGNATURE,
|
|
ARG_PROXY_ADDRESS,
|
|
ARG_PROXY_PORT
|
|
};
|
|
|
|
|
|
GstStaticPadTemplate src_template = GST_STATIC_PAD_TEMPLATE ("src",
|
|
GST_PAD_SRC,
|
|
GST_PAD_ALWAYS,
|
|
GST_STATIC_CAPS ("audio/x-raw-int, "
|
|
"endianness = (int) BYTE_ORDER, "
|
|
"signed = (bool) TRUE, "
|
|
"width = (int) { 8, 16 }, "
|
|
"depth = (int) { 8, 16 }, "
|
|
"rate = (int) [ 8000, 96000 ], " "channels = (int) [ 1, 2 ]")
|
|
);
|
|
|
|
|
|
GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink",
|
|
GST_PAD_SINK,
|
|
GST_PAD_ALWAYS,
|
|
GST_STATIC_CAPS ("audio/x-raw-int, "
|
|
"endianness = (int) BYTE_ORDER, "
|
|
"signed = (bool) TRUE, "
|
|
"width = (int) { 8, 16 }, "
|
|
"depth = (int) { 8, 16 }, "
|
|
"rate = (int) [ 8000, 96000 ], " "channels = (int) [ 1, 2 ]")
|
|
);
|
|
|
|
|
|
static void gst_musicbrainz_class_init (GstMusicBrainzClass * klass);
|
|
static void gst_musicbrainz_base_init (GstMusicBrainzClass * klass);
|
|
static void gst_musicbrainz_init (GstMusicBrainz * musicbrainz);
|
|
|
|
static void gst_musicbrainz_chain (GstPad * pad, GstData * data);
|
|
|
|
static void gst_musicbrainz_set_property (GObject * object, guint prop_id,
|
|
const GValue * value, GParamSpec * pspec);
|
|
static void gst_musicbrainz_get_property (GObject * object, guint prop_id,
|
|
GValue * value, GParamSpec * pspec);
|
|
|
|
static GstStateChangeReturn
|
|
gst_musicbrainz_change_state (GstElement * element, GstStateChange transition);
|
|
|
|
|
|
static GstElementClass *parent_class = NULL;
|
|
static guint gst_musicbrainz_signals[LAST_SIGNAL] = { 0 };
|
|
|
|
|
|
GType
|
|
gst_musicbrainz_get_type (void)
|
|
{
|
|
static GType musicbrainz_type = 0;
|
|
|
|
if (!musicbrainz_type) {
|
|
static const GTypeInfo musicbrainz_info = {
|
|
sizeof (GstMusicBrainzClass),
|
|
(GBaseInitFunc) gst_musicbrainz_base_init,
|
|
NULL,
|
|
(GClassInitFunc) gst_musicbrainz_class_init,
|
|
NULL,
|
|
NULL,
|
|
sizeof (GstMusicBrainz),
|
|
0,
|
|
(GInstanceInitFunc) gst_musicbrainz_init,
|
|
};
|
|
|
|
musicbrainz_type = g_type_register_static (GST_TYPE_ELEMENT,
|
|
"GstMusicBrainz", &musicbrainz_info, 0);
|
|
}
|
|
return musicbrainz_type;
|
|
}
|
|
|
|
|
|
static void
|
|
gst_musicbrainz_base_init (GstMusicBrainzClass * klass)
|
|
{
|
|
GstElementDetails gst_musicbrainz_details =
|
|
GST_ELEMENT_DETAILS ("Musicbrainz TRM generator",
|
|
"Filter/Analyzer/Audio",
|
|
"Compute TRM Id from muscibrainz",
|
|
"Jeremy Simon <jsimon13@yahoo.fr>");
|
|
GstElementClass *element_class = GST_ELEMENT_CLASS (klass);
|
|
|
|
gst_element_class_add_pad_template (element_class,
|
|
gst_static_pad_template_get (&src_template));
|
|
gst_element_class_add_pad_template (element_class,
|
|
gst_static_pad_template_get (&sink_template));
|
|
|
|
gst_element_class_set_details (element_class, &gst_musicbrainz_details);
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
gst_musicbrainz_class_init (GstMusicBrainzClass * klass)
|
|
{
|
|
GObjectClass *gobject_class;
|
|
GstElementClass *gstelement_class;
|
|
|
|
gobject_class = (GObjectClass *) klass;
|
|
gstelement_class = (GstElementClass *) klass;
|
|
|
|
parent_class = g_type_class_peek_parent (klass);
|
|
|
|
g_object_class_install_property (G_OBJECT_CLASS (klass), ARG_SIGNATURE,
|
|
g_param_spec_string ("signature", "signature", "signature",
|
|
NULL, G_PARAM_READABLE));
|
|
g_object_class_install_property (G_OBJECT_CLASS (klass), ARG_ASCII_SIGNATURE,
|
|
g_param_spec_string ("ascii_signature", "ascii_signature",
|
|
"ascii_signature", NULL, G_PARAM_READABLE));
|
|
|
|
g_object_class_install_property (G_OBJECT_CLASS (klass), ARG_PROXY_ADDRESS,
|
|
g_param_spec_string ("proxy_address", "proxy address", "proxy address",
|
|
NULL, G_PARAM_READWRITE));
|
|
g_object_class_install_property (G_OBJECT_CLASS (klass), ARG_PROXY_PORT,
|
|
g_param_spec_uint ("proxy_port", "proxy port", "proxy port",
|
|
1, 65535, 8080, G_PARAM_READWRITE));
|
|
|
|
gobject_class->set_property = gst_musicbrainz_set_property;
|
|
gobject_class->get_property = gst_musicbrainz_get_property;
|
|
|
|
gst_musicbrainz_signals[SIGNAL_SIGNATURE_AVAILABLE] =
|
|
g_signal_new ("signature-available", G_TYPE_FROM_CLASS (klass),
|
|
G_SIGNAL_RUN_LAST, G_STRUCT_OFFSET (GstMusicBrainzClass,
|
|
signature_available), NULL, NULL, g_cclosure_marshal_VOID__VOID,
|
|
G_TYPE_NONE, 0);
|
|
|
|
gstelement_class->change_state = gst_musicbrainz_change_state;
|
|
}
|
|
|
|
static GstPadLinkReturn
|
|
gst_musicbrainz_sinkconnect (GstPad * pad, const GstCaps * caps)
|
|
{
|
|
GstMusicBrainz *musicbrainz;
|
|
GstStructure *structure;
|
|
const gchar *mimetype;
|
|
gint width;
|
|
|
|
musicbrainz = GST_MUSICBRAINZ (gst_pad_get_parent (pad));
|
|
|
|
musicbrainz->caps = caps;
|
|
|
|
structure = gst_caps_get_structure (caps, 0);
|
|
mimetype = gst_structure_get_name (structure);
|
|
|
|
if (!gst_structure_get_int (structure, "depth", &musicbrainz->depth) ||
|
|
!gst_structure_get_int (structure, "width", &width))
|
|
return GST_PAD_LINK_REFUSED;
|
|
|
|
if (musicbrainz->depth != width)
|
|
return GST_PAD_LINK_REFUSED;
|
|
|
|
if (!gst_structure_get_int (structure, "channels", &musicbrainz->channels))
|
|
return GST_PAD_LINK_REFUSED;
|
|
|
|
if (!gst_structure_get_int (structure, "rate", &musicbrainz->rate))
|
|
return GST_PAD_LINK_REFUSED;
|
|
|
|
trm_SetPCMDataInfo (musicbrainz->trm, musicbrainz->rate,
|
|
musicbrainz->channels, musicbrainz->depth);
|
|
musicbrainz->linked = TRUE;
|
|
|
|
return GST_PAD_LINK_OK;
|
|
}
|
|
|
|
|
|
static void
|
|
gst_musicbrainz_init (GstMusicBrainz * musicbrainz)
|
|
{
|
|
musicbrainz->sinkpad =
|
|
gst_pad_new_from_template (gst_static_pad_template_get (&sink_template),
|
|
"sink");
|
|
gst_element_add_pad (GST_ELEMENT (musicbrainz), musicbrainz->sinkpad);
|
|
gst_pad_set_chain_function (musicbrainz->sinkpad, gst_musicbrainz_chain);
|
|
gst_pad_set_link_function (musicbrainz->sinkpad, gst_musicbrainz_sinkconnect);
|
|
|
|
musicbrainz->srcpad =
|
|
gst_pad_new_from_template (gst_static_pad_template_get (&src_template),
|
|
"src");
|
|
gst_element_add_pad (GST_ELEMENT (musicbrainz), musicbrainz->srcpad);
|
|
|
|
musicbrainz->proxy_port = 8080;
|
|
|
|
musicbrainz->trm = NULL;
|
|
musicbrainz->linked = FALSE;
|
|
musicbrainz->data_available = FALSE;
|
|
musicbrainz->total_time = 0;
|
|
musicbrainz->signature_available = FALSE;
|
|
|
|
GST_OBJECT_FLAG_SET (musicbrainz, GST_ELEMENT_EVENT_AWARE);
|
|
/*GST_OBJECT_FLAG_SET(musicbrainz, GST_ELEMENT_THREAD_SUGGESTED); */
|
|
}
|
|
|
|
static void
|
|
gst_trm_handle_event (GstPad * pad, GstData * data)
|
|
{
|
|
GstEvent *event = GST_EVENT (data);
|
|
|
|
gst_pad_event_default (pad, event);
|
|
}
|
|
|
|
static void
|
|
gst_musicbrainz_chain (GstPad * pad, GstData * data)
|
|
{
|
|
GstMusicBrainz *musicbrainz;
|
|
GstBuffer *buf;
|
|
static GstFormat format = GST_FORMAT_TIME;
|
|
gint64 nanos;
|
|
|
|
g_return_if_fail (pad != NULL);
|
|
g_return_if_fail (GST_IS_PAD (pad));
|
|
|
|
musicbrainz = GST_MUSICBRAINZ (gst_pad_get_parent (pad));
|
|
|
|
if (GST_IS_EVENT (data)) {
|
|
gst_trm_handle_event (pad, data);
|
|
return;
|
|
}
|
|
|
|
buf = GST_BUFFER (data);
|
|
|
|
if (musicbrainz->linked && !musicbrainz->data_available)
|
|
if (gst_pad_query (gst_pad_get_peer (pad), GST_QUERY_TOTAL, &format,
|
|
&nanos)) {
|
|
musicbrainz->total_time = nanos / GST_SECOND;
|
|
trm_SetSongLength (musicbrainz->trm, musicbrainz->total_time);
|
|
musicbrainz->data_available = TRUE;
|
|
|
|
gst_pad_try_set_caps (musicbrainz->srcpad, musicbrainz->caps);
|
|
}
|
|
|
|
if (!musicbrainz->signature_available
|
|
&& trm_GenerateSignature (musicbrainz->trm, GST_BUFFER_DATA (buf),
|
|
GST_BUFFER_SIZE (buf))) {
|
|
GST_DEBUG ("Signature");
|
|
|
|
if (musicbrainz->proxy_address != NULL) {
|
|
if (!trm_SetProxy (musicbrainz->trm, musicbrainz->proxy_address,
|
|
musicbrainz->proxy_port))
|
|
GST_ELEMENT_ERROR (musicbrainz, RESOURCE, SETTINGS, (NULL),
|
|
("Unable to set proxy server for trm lookup"));
|
|
}
|
|
|
|
trm_FinalizeSignature (musicbrainz->trm, musicbrainz->signature, NULL);
|
|
trm_ConvertSigToASCII (musicbrainz->trm, musicbrainz->signature,
|
|
musicbrainz->ascii_signature);
|
|
musicbrainz->signature_available = TRUE;
|
|
g_signal_emit (G_OBJECT (musicbrainz),
|
|
gst_musicbrainz_signals[SIGNAL_SIGNATURE_AVAILABLE], 0);
|
|
|
|
GST_DEBUG ("Signature : %s", musicbrainz->ascii_signature);
|
|
|
|
musicbrainz->signature_available = TRUE;
|
|
}
|
|
|
|
gst_pad_push (musicbrainz->srcpad, data);
|
|
}
|
|
|
|
|
|
static void
|
|
gst_musicbrainz_set_property (GObject * object, guint prop_id,
|
|
const GValue * value, GParamSpec * pspec)
|
|
{
|
|
GstMusicBrainz *musicbrainz;
|
|
|
|
g_return_if_fail (GST_IS_MUSICBRAINZ (object));
|
|
|
|
musicbrainz = GST_MUSICBRAINZ (object);
|
|
|
|
switch (prop_id) {
|
|
case ARG_SIGNATURE:
|
|
case ARG_ASCII_SIGNATURE:
|
|
break;
|
|
case ARG_PROXY_ADDRESS:{
|
|
musicbrainz->proxy_address = g_value_dup_string (value);
|
|
break;
|
|
}
|
|
case ARG_PROXY_PORT:{
|
|
musicbrainz->proxy_port = g_value_get_uint (value);
|
|
break;
|
|
}
|
|
default:
|
|
G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
|
|
break;
|
|
}
|
|
|
|
}
|
|
|
|
static void
|
|
gst_musicbrainz_get_property (GObject * object, guint prop_id, GValue * value,
|
|
GParamSpec * pspec)
|
|
{
|
|
GstMusicBrainz *musicbrainz;
|
|
|
|
musicbrainz = GST_MUSICBRAINZ (object);
|
|
|
|
switch (prop_id) {
|
|
case ARG_SIGNATURE:{
|
|
g_value_set_string (value, musicbrainz->signature);
|
|
break;
|
|
}
|
|
case ARG_ASCII_SIGNATURE:{
|
|
g_value_set_string (value, musicbrainz->ascii_signature);
|
|
break;
|
|
}
|
|
case ARG_PROXY_ADDRESS:{
|
|
g_value_set_string (value, musicbrainz->proxy_address);
|
|
break;
|
|
}
|
|
case ARG_PROXY_PORT:{
|
|
g_value_set_uint (value, musicbrainz->proxy_port);
|
|
break;
|
|
}
|
|
default:{
|
|
G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
static GstStateChangeReturn
|
|
gst_musicbrainz_change_state (GstElement * element, GstStateChange transition)
|
|
{
|
|
GstMusicBrainz *musicbrainz;
|
|
|
|
g_return_val_if_fail (GST_IS_MUSICBRAINZ (element), GST_STATE_CHANGE_FAILURE);
|
|
|
|
musicbrainz = GST_MUSICBRAINZ (element);
|
|
|
|
switch (transition) {
|
|
case GST_STATE_CHANGE_READY_TO_PAUSED:
|
|
musicbrainz->trm = trm_New ();
|
|
break;
|
|
case GST_STATE_CHANGE_PAUSED_TO_READY:
|
|
trm_Delete (musicbrainz->trm);
|
|
musicbrainz->trm = NULL;
|
|
musicbrainz->linked = FALSE;
|
|
musicbrainz->data_available = FALSE;
|
|
musicbrainz->total_time = 0;
|
|
musicbrainz->signature_available = FALSE;
|
|
break;
|
|
default:
|
|
break;
|
|
}
|
|
|
|
if (GST_ELEMENT_CLASS (parent_class)->change_state)
|
|
return GST_ELEMENT_CLASS (parent_class)->change_state (element, transition);
|
|
|
|
return GST_STATE_CHANGE_SUCCESS;
|
|
}
|
|
|
|
static gboolean
|
|
plugin_init (GstPlugin * plugin)
|
|
{
|
|
return gst_element_register (plugin, "trm",
|
|
GST_RANK_NONE, GST_TYPE_MUSICBRAINZ);
|
|
}
|
|
|
|
|
|
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
|
GST_VERSION_MINOR,
|
|
"trm",
|
|
"A trm signature producer",
|
|
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
|