mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
bf3fd4f95d
Original commit message from CVS: * ext/amrwb/gstamrwbdec.c: * ext/amrwb/gstamrwbenc.c: * ext/amrwb/gstamrwbparse.c: * ext/arts/gst_arts.c: * ext/artsd/gstartsdsink.c: * ext/audiofile/gstafparse.c: * ext/audiofile/gstafsink.c: * ext/audiofile/gstafsrc.c: * ext/audioresample/gstaudioresample.c: * ext/bz2/gstbz2dec.c: * ext/bz2/gstbz2enc.c: * ext/cdaudio/gstcdaudio.c: * ext/directfb/dfbvideosink.c: * ext/divx/gstdivxdec.c: * ext/divx/gstdivxenc.c: * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init): * ext/faac/gstfaac.c: (gst_faac_base_init): * ext/faad/gstfaad.c: * ext/gsm/gstgsmdec.c: * ext/gsm/gstgsmenc.c: * ext/hermes/gsthermescolorspace.c: * ext/ivorbis/vorbisfile.c: * ext/lcs/gstcolorspace.c: * ext/libfame/gstlibfame.c: * ext/libmms/gstmms.c: (gst_mms_base_init): * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init): * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init): * ext/nas/nassink.c: (gst_nassink_base_init): * ext/neon/gstneonhttpsrc.c: * ext/sdl/sdlaudiosink.c: * ext/sdl/sdlvideosink.c: * ext/shout/gstshout.c: * ext/snapshot/gstsnapshot.c: * ext/sndfile/gstsf.c: * ext/swfdec/gstswfdec.c: * ext/tarkin/gsttarkindec.c: * ext/tarkin/gsttarkinenc.c: * ext/theora/theoradec.c: * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init): * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init): * ext/xvid/gstxviddec.c: * ext/xvid/gstxvidenc.c: * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_base_init): * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_base_init): * gst/chart/gstchart.c: * gst/colorspace/gstcolorspace.c: * gst/deinterlace/gstdeinterlace.c: * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init): * gst/festival/gstfestival.c: * gst/filter/gstbpwsinc.c: * gst/filter/gstiir.c: * gst/filter/gstlpwsinc.c: * gst/freeze/gstfreeze.c: * gst/games/gstpuzzle.c: (gst_puzzle_base_init): * gst/librfb/gstrfbsrc.c: * gst/mixmatrix/mixmatrix.c: * gst/mpeg1sys/gstmpeg1systemencode.c: * gst/mpeg1videoparse/gstmp1videoparse.c: * gst/mpeg2sub/gstmpeg2subt.c: * gst/mpegaudioparse/gstmpegaudioparse.c: * gst/multifilesink/gstmultifilesink.c: * gst/overlay/gstoverlay.c: * gst/passthrough/gstpassthrough.c: * gst/playondemand/gstplayondemand.c: * gst/qtdemux/qtdemux.c: * gst/rtjpeg/gstrtjpegdec.c: * gst/rtjpeg/gstrtjpegenc.c: * gst/smooth/gstsmooth.c: * gst/smoothwave/gstsmoothwave.c: * gst/spectrum/gstspectrum.c: * gst/speed/gstspeed.c: * gst/stereo/gststereo.c: * gst/switch/gstswitch.c: * gst/tta/gstttadec.c: (gst_tta_dec_base_init): * gst/tta/gstttaparse.c: (gst_tta_parse_base_init): * gst/vbidec/gstvbidec.c: * gst/videocrop/gstvideocrop.c: * gst/videodrop/gstvideodrop.c: * gst/virtualdub/gstxsharpen.c: * gst/xingheader/gstxingmux.c: (gst_xing_mux_base_init): * gst/y4m/gsty4mencode.c: * sys/cdrom/gstcdplayer.c: * sys/directdraw/gstdirectdrawsink.c: * sys/directsound/gstdirectsoundsink.c: * sys/glsink/glimagesink.c: * sys/qcam/gstqcamsrc.c: * sys/v4l2/gstv4l2src.c: * sys/vcd/vcdsrc.c: (gst_vcdsrc_base_init): * sys/ximagesrc/ximagesrc.c: Define GstElementDetails as const and also static (when defined as global)
450 lines
11 KiB
C
450 lines
11 KiB
C
/*
|
|
*
|
|
* GStreamer
|
|
* Copyright (C) 1999-2001 Erik Walthinsen <omega@cse.ogi.edu>
|
|
*
|
|
* 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 <gst/gst.h>
|
|
#include <string.h>
|
|
#include "gstmms.h"
|
|
|
|
enum
|
|
{
|
|
ARG_0,
|
|
ARG_LOCATION
|
|
};
|
|
|
|
|
|
GST_DEBUG_CATEGORY (mmssrc_debug);
|
|
#define GST_CAT_DEFAULT mmssrc_debug
|
|
|
|
static const GstElementDetails plugin_details =
|
|
GST_ELEMENT_DETAILS ("MMS streaming source",
|
|
"Source/Network",
|
|
"Receive data streamed via MSFT Multi Media Server protocol",
|
|
"Maciej Katafiasz <mathrick@users.sourceforge.net>");
|
|
|
|
static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src",
|
|
GST_PAD_SRC,
|
|
GST_PAD_ALWAYS,
|
|
GST_STATIC_CAPS ("video/x-ms-asf")
|
|
);
|
|
|
|
static void gst_mms_finalize (GObject * gobject);
|
|
static void gst_mms_uri_handler_init (gpointer g_iface, gpointer iface_data);
|
|
|
|
static void gst_mms_set_property (GObject * object, guint prop_id,
|
|
const GValue * value, GParamSpec * pspec);
|
|
static void gst_mms_get_property (GObject * object, guint prop_id,
|
|
GValue * value, GParamSpec * pspec);
|
|
|
|
static const GstQueryType *gst_mms_get_query_types (GstPad * pad);
|
|
static gboolean gst_mms_src_query (GstPad * pad, GstQuery * query);
|
|
|
|
static gboolean gst_mms_start (GstBaseSrc * bsrc);
|
|
static gboolean gst_mms_stop (GstBaseSrc * bsrc);
|
|
static GstFlowReturn gst_mms_create (GstPushSrc * psrc, GstBuffer ** buf);
|
|
|
|
static void
|
|
gst_mms_urihandler_init (GType mms_type)
|
|
{
|
|
static const GInterfaceInfo urihandler_info = {
|
|
gst_mms_uri_handler_init,
|
|
NULL,
|
|
NULL
|
|
};
|
|
|
|
g_type_add_interface_static (mms_type, GST_TYPE_URI_HANDLER,
|
|
&urihandler_info);
|
|
}
|
|
|
|
GST_BOILERPLATE_FULL (GstMMS, gst_mms, GstPushSrc, GST_TYPE_PUSH_SRC,
|
|
gst_mms_urihandler_init);
|
|
|
|
static void
|
|
gst_mms_base_init (gpointer g_class)
|
|
{
|
|
GstElementClass *element_class = GST_ELEMENT_CLASS (g_class);
|
|
|
|
gst_element_class_add_pad_template (element_class,
|
|
gst_static_pad_template_get (&src_factory));
|
|
gst_element_class_set_details (element_class, &plugin_details);
|
|
|
|
GST_DEBUG_CATEGORY_INIT (mmssrc_debug, "mmssrc", 0, "MMS Source Element");
|
|
}
|
|
|
|
/* initialize the plugin's class */
|
|
static void
|
|
gst_mms_class_init (GstMMSClass * klass)
|
|
{
|
|
GObjectClass *gobject_class;
|
|
GstBaseSrcClass *gstbasesrc_class;
|
|
GstPushSrcClass *gstpushsrc_class;
|
|
|
|
gobject_class = (GObjectClass *) klass;
|
|
gstbasesrc_class = (GstBaseSrcClass *) klass;
|
|
gstpushsrc_class = (GstPushSrcClass *) klass;
|
|
|
|
gobject_class->set_property = gst_mms_set_property;
|
|
gobject_class->get_property = gst_mms_get_property;
|
|
gobject_class->finalize = gst_mms_finalize;
|
|
|
|
g_object_class_install_property (gobject_class, ARG_LOCATION,
|
|
g_param_spec_string ("location", "location",
|
|
"Host URL to connect to. Accepted are mms://, mmsu://, mmst:// URL types",
|
|
NULL, G_PARAM_READWRITE));
|
|
|
|
gstbasesrc_class->start = GST_DEBUG_FUNCPTR (gst_mms_start);
|
|
gstbasesrc_class->stop = GST_DEBUG_FUNCPTR (gst_mms_stop);
|
|
|
|
gstpushsrc_class->create = GST_DEBUG_FUNCPTR (gst_mms_create);
|
|
|
|
}
|
|
|
|
/* initialize the new element
|
|
* instantiate pads and add them to element
|
|
* set functions
|
|
* initialize structure
|
|
*/
|
|
static void
|
|
gst_mms_init (GstMMS * mmssrc, GstMMSClass * g_class)
|
|
{
|
|
gst_pad_set_query_function (GST_BASE_SRC (mmssrc)->srcpad,
|
|
GST_DEBUG_FUNCPTR (gst_mms_src_query));
|
|
gst_pad_set_query_type_function (GST_BASE_SRC (mmssrc)->srcpad,
|
|
GST_DEBUG_FUNCPTR (gst_mms_get_query_types));
|
|
|
|
mmssrc->uri_name = NULL;
|
|
mmssrc->connection = NULL;
|
|
mmssrc->connection_h = NULL;
|
|
GST_BASE_SRC (mmssrc)->blocksize = 2048;
|
|
}
|
|
|
|
static void
|
|
gst_mms_finalize (GObject * gobject)
|
|
{
|
|
GstMMS *mmssrc = GST_MMS (gobject);
|
|
|
|
if (mmssrc->uri_name) {
|
|
g_free (mmssrc->uri_name);
|
|
mmssrc->uri_name = NULL;
|
|
}
|
|
|
|
if (G_OBJECT_CLASS (parent_class)->finalize)
|
|
G_OBJECT_CLASS (parent_class)->finalize (gobject);
|
|
|
|
}
|
|
|
|
/*
|
|
* location querying and so on.
|
|
*/
|
|
|
|
static const GstQueryType *
|
|
gst_mms_get_query_types (GstPad * pad)
|
|
{
|
|
static const GstQueryType types[] = {
|
|
GST_QUERY_POSITION,
|
|
GST_QUERY_DURATION,
|
|
0
|
|
};
|
|
|
|
return types;
|
|
}
|
|
|
|
static gboolean
|
|
gst_mms_src_query (GstPad * pad, GstQuery * query)
|
|
{
|
|
|
|
GstMMS *mmssrc = GST_MMS (gst_pad_get_parent (pad));
|
|
gboolean res = TRUE;
|
|
GstFormat format;
|
|
gint64 value;
|
|
|
|
switch (GST_QUERY_TYPE (query)) {
|
|
case GST_QUERY_POSITION:
|
|
gst_query_parse_position (query, &format, &value);
|
|
if (format != GST_FORMAT_BYTES) {
|
|
res = FALSE;
|
|
break;
|
|
}
|
|
if (mmssrc->connection) {
|
|
value = (gint64) mms_get_current_pos (mmssrc->connection);
|
|
} else {
|
|
value = (gint64) mmsh_get_current_pos (mmssrc->connection_h);
|
|
}
|
|
gst_query_set_position (query, format, value);
|
|
break;
|
|
case GST_QUERY_DURATION:
|
|
gst_query_parse_duration (query, &format, &value);
|
|
if (format != GST_FORMAT_BYTES) {
|
|
res = FALSE;
|
|
break;
|
|
}
|
|
if (mmssrc->connection) {
|
|
value = (gint64) mms_get_length (mmssrc->connection);
|
|
} else {
|
|
value = (gint64) mmsh_get_length (mmssrc->connection_h);
|
|
}
|
|
gst_query_set_duration (query, format, value);
|
|
break;
|
|
default:
|
|
res = FALSE;
|
|
break;
|
|
}
|
|
|
|
gst_object_unref (mmssrc);
|
|
return res;
|
|
|
|
}
|
|
|
|
/* get function
|
|
* this function generates new data when needed
|
|
*/
|
|
|
|
|
|
static GstFlowReturn
|
|
gst_mms_create (GstPushSrc * psrc, GstBuffer ** buf)
|
|
{
|
|
GstMMS *mmssrc;
|
|
guint8 *data;
|
|
guint blocksize;
|
|
gint result;
|
|
|
|
mmssrc = GST_MMS (psrc);
|
|
|
|
GST_OBJECT_LOCK (mmssrc);
|
|
blocksize = GST_BASE_SRC (mmssrc)->blocksize;
|
|
GST_OBJECT_UNLOCK (mmssrc);
|
|
|
|
*buf = gst_buffer_new_and_alloc (blocksize);
|
|
|
|
data = GST_BUFFER_DATA (*buf);
|
|
GST_BUFFER_SIZE (*buf) = 0;
|
|
GST_DEBUG ("reading %d bytes", blocksize);
|
|
if (mmssrc->connection) {
|
|
result = mms_read (NULL, mmssrc->connection, (char *) data, blocksize);
|
|
} else {
|
|
result = mmsh_read (NULL, mmssrc->connection_h, (char *) data, blocksize);
|
|
}
|
|
|
|
/* EOS? */
|
|
if (result == 0)
|
|
goto eos;
|
|
|
|
if (mmssrc->connection) {
|
|
GST_BUFFER_OFFSET (*buf) =
|
|
mms_get_current_pos (mmssrc->connection) - result;
|
|
} else {
|
|
GST_BUFFER_OFFSET (*buf) =
|
|
mmsh_get_current_pos (mmssrc->connection_h) - result;
|
|
}
|
|
GST_BUFFER_SIZE (*buf) = result;
|
|
|
|
GST_DEBUG ("Returning buffer with offset %" G_GINT64_FORMAT " and size %u",
|
|
GST_BUFFER_OFFSET (*buf), GST_BUFFER_SIZE (*buf));
|
|
|
|
return GST_FLOW_OK;
|
|
|
|
eos:
|
|
{
|
|
GST_DEBUG ("EOS");
|
|
gst_buffer_unref (*buf);
|
|
*buf = NULL;
|
|
return GST_FLOW_UNEXPECTED;
|
|
}
|
|
}
|
|
|
|
static gboolean
|
|
gst_mms_start (GstBaseSrc * bsrc)
|
|
{
|
|
GstMMS *mms;
|
|
|
|
mms = GST_MMS (bsrc);
|
|
|
|
if (!mms->uri_name || *mms->uri_name == '\0')
|
|
goto no_uri;
|
|
|
|
/* FIXME: pass some sane arguments here */
|
|
GST_DEBUG_OBJECT (mms, "Trying mms_connect (%s)", mms->uri_name);
|
|
mms->connection = mms_connect (NULL, NULL, mms->uri_name, 128 * 1024);
|
|
if (mms->connection)
|
|
goto success;
|
|
|
|
GST_DEBUG_OBJECT (mms, "Trying mmsh_connect (%s)", mms->uri_name);
|
|
mms->connection_h = mmsh_connect (NULL, NULL, mms->uri_name, 128 * 1024);
|
|
if (!mms->connection_h)
|
|
goto no_connect;
|
|
|
|
/* fall through */
|
|
|
|
success:
|
|
{
|
|
GST_DEBUG_OBJECT (mms, "Connect successful");
|
|
return TRUE;
|
|
}
|
|
|
|
no_uri:
|
|
{
|
|
GST_ELEMENT_ERROR (mms, RESOURCE, OPEN_READ,
|
|
("No URI to open specified"), (NULL));
|
|
return FALSE;
|
|
}
|
|
|
|
no_connect:
|
|
{
|
|
GST_ELEMENT_ERROR (mms, RESOURCE, OPEN_READ,
|
|
("Could not connect to this stream"), (NULL));
|
|
return FALSE;
|
|
}
|
|
}
|
|
|
|
static gboolean
|
|
gst_mms_stop (GstBaseSrc * bsrc)
|
|
{
|
|
GstMMS *mms;
|
|
|
|
mms = GST_MMS (bsrc);
|
|
if (mms->connection != NULL) {
|
|
mms_close (mms->connection);
|
|
mms->connection = NULL;
|
|
}
|
|
if (mms->connection_h != NULL) {
|
|
mmsh_close (mms->connection_h);
|
|
mms->connection_h = NULL;
|
|
}
|
|
return TRUE;
|
|
}
|
|
|
|
static void
|
|
gst_mms_set_property (GObject * object, guint prop_id,
|
|
const GValue * value, GParamSpec * pspec)
|
|
{
|
|
GstMMS *mmssrc;
|
|
|
|
mmssrc = GST_MMS (object);
|
|
|
|
GST_OBJECT_LOCK (mmssrc);
|
|
switch (prop_id) {
|
|
case ARG_LOCATION:
|
|
if (mmssrc->uri_name) {
|
|
g_free (mmssrc->uri_name);
|
|
mmssrc->uri_name = NULL;
|
|
}
|
|
mmssrc->uri_name = g_value_dup_string (value);
|
|
break;
|
|
default:
|
|
G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
|
|
break;
|
|
}
|
|
GST_OBJECT_UNLOCK (mmssrc);
|
|
}
|
|
|
|
static void
|
|
gst_mms_get_property (GObject * object, guint prop_id,
|
|
GValue * value, GParamSpec * pspec)
|
|
{
|
|
GstMMS *mmssrc;
|
|
|
|
mmssrc = GST_MMS (object);
|
|
|
|
GST_OBJECT_LOCK (mmssrc);
|
|
switch (prop_id) {
|
|
case ARG_LOCATION:
|
|
if (mmssrc->uri_name)
|
|
g_value_set_string (value, mmssrc->uri_name);
|
|
break;
|
|
default:
|
|
G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
|
|
break;
|
|
}
|
|
GST_OBJECT_UNLOCK (mmssrc);
|
|
}
|
|
|
|
/* entry point to initialize the plug-in
|
|
* initialize the plug-in itself
|
|
* register the element factories and pad templates
|
|
* register the features
|
|
*/
|
|
static gboolean
|
|
plugin_init (GstPlugin * plugin)
|
|
{
|
|
return gst_element_register (plugin, "mmssrc", GST_RANK_NONE, GST_TYPE_MMS);
|
|
}
|
|
|
|
static guint
|
|
gst_mms_uri_get_type (void)
|
|
{
|
|
return GST_URI_SRC;
|
|
}
|
|
|
|
static gchar **
|
|
gst_mms_uri_get_protocols (void)
|
|
{
|
|
static gchar *protocols[] = { "mms", "mmsh", "mmst", "mmsu", NULL };
|
|
|
|
return protocols;
|
|
}
|
|
|
|
static const gchar *
|
|
gst_mms_uri_get_uri (GstURIHandler * handler)
|
|
{
|
|
GstMMS *src = GST_MMS (handler);
|
|
|
|
return src->uri_name;
|
|
}
|
|
|
|
static gboolean
|
|
gst_mms_uri_set_uri (GstURIHandler * handler, const gchar * uri)
|
|
{
|
|
gchar *protocol;
|
|
GstMMS *src = GST_MMS (handler);
|
|
|
|
protocol = gst_uri_get_protocol (uri);
|
|
if ((strcmp (protocol, "mms") != 0) && (strcmp (protocol, "mmsh") != 0)) {
|
|
g_free (protocol);
|
|
return FALSE;
|
|
}
|
|
g_free (protocol);
|
|
g_object_set (src, "location", uri, NULL);
|
|
|
|
return TRUE;
|
|
}
|
|
|
|
static void
|
|
gst_mms_uri_handler_init (gpointer g_iface, gpointer iface_data)
|
|
{
|
|
GstURIHandlerInterface *iface = (GstURIHandlerInterface *) g_iface;
|
|
|
|
iface->get_type = gst_mms_uri_get_type;
|
|
iface->get_protocols = gst_mms_uri_get_protocols;
|
|
iface->get_uri = gst_mms_uri_get_uri;
|
|
iface->set_uri = gst_mms_uri_set_uri;
|
|
}
|
|
|
|
|
|
/* this is the structure that gst-register looks for
|
|
* so keep the name plugin_desc, or you cannot get your plug-in registered */
|
|
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
|
GST_VERSION_MINOR,
|
|
"mms",
|
|
"Microsoft Multi Media Server streaming protocol support",
|
|
plugin_init, VERSION, "LGPL", "GStreamer", "http://gstreamer.net/")
|