2003-05-29 14:35:24 +00:00
|
|
|
/* GStreamer
|
|
|
|
* Copyright (C) 2003 Martin Soto <martinsoto@users.sourceforge.net>
|
|
|
|
*
|
|
|
|
* dxr3videosink.h: Video sink for em8300 based cards.
|
|
|
|
*
|
|
|
|
* 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.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __DXR3VIDEOSINK_H__
|
|
|
|
#define __DXR3VIDEOSINK_H__
|
|
|
|
|
|
|
|
#include <gst/gst.h>
|
|
|
|
|
|
|
|
G_BEGIN_DECLS
|
2004-03-15 16:32:54 +00:00
|
|
|
|
|
|
|
|
2003-05-29 14:35:24 +00:00
|
|
|
#define GST_TYPE_DXR3VIDEOSINK \
|
|
|
|
(dxr3videosink_get_type())
|
|
|
|
#define DXR3VIDEOSINK(obj) \
|
|
|
|
(G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_DXR3VIDEOSINK,Dxr3VideoSink))
|
|
|
|
#define DXR3VIDEOSINK_CLASS(klass) \
|
|
|
|
(G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_DXR3VIDEOSINK,Dxr3VideoSinkClass))
|
|
|
|
#define GST_IS_DXR3VIDEOSINK(obj) \
|
|
|
|
(G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_DXR3VIDEOSINK))
|
2006-06-01 22:00:26 +00:00
|
|
|
#define GST_IS_DXR3VIDEOSINK_CLASS(klass) \
|
2003-05-29 14:35:24 +00:00
|
|
|
(G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_DXR3VIDEOSINK))
|
2004-03-15 16:32:54 +00:00
|
|
|
|
|
|
|
|
2003-05-29 14:35:24 +00:00
|
|
|
typedef struct _Dxr3VideoSink Dxr3VideoSink;
|
|
|
|
typedef struct _Dxr3VideoSinkClass Dxr3VideoSinkClass;
|
|
|
|
|
|
|
|
|
2004-03-15 16:32:54 +00:00
|
|
|
typedef enum {
|
renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enum definition
Original commit message from CVS:
* examples/indexing/indexmpeg.c: (main):
* ext/artsd/gstartsdsink.c: (gst_artsdsink_open_audio),
(gst_artsdsink_close_audio), (gst_artsdsink_change_state):
* ext/artsd/gstartsdsink.h:
* ext/audiofile/gstafparse.c: (gst_afparse_open_file),
(gst_afparse_close_file):
* ext/audiofile/gstafparse.h:
* ext/audiofile/gstafsink.c: (gst_afsink_open_file),
(gst_afsink_close_file), (gst_afsink_chain),
(gst_afsink_change_state):
* ext/audiofile/gstafsink.h:
* ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
(gst_afsrc_close_file), (gst_afsrc_change_state):
* ext/audiofile/gstafsrc.h:
* ext/cdaudio/gstcdaudio.c: (gst_cdaudio_init):
* ext/directfb/directfbvideosink.c: (gst_directfbvideosink_init):
* ext/dts/gstdtsdec.c: (gst_dtsdec_init):
* ext/jack/gstjack.h:
* ext/jack/gstjackbin.c: (gst_jack_bin_init),
(gst_jack_bin_change_state):
* ext/musepack/gstmusepackdec.c: (gst_musepackdec_init):
* ext/musicbrainz/gsttrm.c: (gst_musicbrainz_init):
* ext/nas/nassink.c: (gst_nassink_open_audio),
(gst_nassink_close_audio), (gst_nassink_change_state):
* ext/nas/nassink.h:
* ext/polyp/polypsink.c: (gst_polypsink_init):
* ext/sdl/sdlvideosink.c: (gst_sdlvideosink_change_state):
* ext/sdl/sdlvideosink.h:
* ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
* ext/sndfile/gstsf.c: (gst_sf_set_property),
(gst_sf_change_state), (gst_sf_release_request_pad),
(gst_sf_open_file), (gst_sf_close_file), (gst_sf_loop):
* ext/sndfile/gstsf.h:
* ext/swfdec/gstswfdec.c: (gst_swfdec_init):
* ext/tarkin/gsttarkindec.c: (gst_tarkindec_init):
* gst/apetag/apedemux.c: (gst_ape_demux_init):
* gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init):
* gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_init):
* gst/festival/gstfestival.c: (gst_festival_change_state):
* gst/festival/gstfestival.h:
* gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
* gst/multifilesink/gstmultifilesink.c: (gst_multifilesink_init),
(gst_multifilesink_set_location), (gst_multifilesink_open_file),
(gst_multifilesink_close_file), (gst_multifilesink_next_file),
(gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
(gst_multifilesink_chain), (gst_multifilesink_change_state):
* gst/multifilesink/gstmultifilesink.h:
* gst/videodrop/gstvideodrop.c: (gst_videodrop_init):
* sys/cdrom/gstcdplayer.c: (cdplayer_init):
* sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init),
(dxr3audiosink_open), (dxr3audiosink_close),
(dxr3audiosink_chain_pcm), (dxr3audiosink_chain_ac3),
(dxr3audiosink_change_state):
* sys/dxr3/dxr3audiosink.h:
* sys/dxr3/dxr3spusink.c: (dxr3spusink_init), (dxr3spusink_open),
(dxr3spusink_close), (dxr3spusink_chain),
(dxr3spusink_change_state):
* sys/dxr3/dxr3spusink.h:
* sys/dxr3/dxr3videosink.c: (dxr3videosink_init),
(dxr3videosink_open), (dxr3videosink_close),
(dxr3videosink_write_data), (dxr3videosink_change_state):
* sys/dxr3/dxr3videosink.h:
* sys/glsink/glimagesink.c: (gst_glimagesink_init):
* sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
(gst_qcamsrc_open), (gst_qcamsrc_close):
* sys/qcam/gstqcamsrc.h:
* sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
* sys/vcd/vcdsrc.c: (gst_vcdsrc_set_property), (gst_vcdsrc_get),
(gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
(gst_vcdsrc_change_state), (gst_vcdsrc_recalculate):
* sys/vcd/vcdsrc.h:
renamed GST_FLAGS macros to GST_OBJECT_FLAGS
moved bitshift from macro to enum definition
2005-10-12 14:29:55 +00:00
|
|
|
DXR3VIDEOSINK_OPEN = (GST_ELEMENT_FLAG_LAST << 0),
|
|
|
|
DXR3VIDEOSINK_FLAG_LAST = (GST_ELEMENT_FLAG_LAST << 2),
|
2003-05-29 14:35:24 +00:00
|
|
|
} Dxr3VideoSinkFlags;
|
|
|
|
|
|
|
|
|
2004-03-15 16:32:54 +00:00
|
|
|
struct _Dxr3VideoSink {
|
2003-05-29 14:35:24 +00:00
|
|
|
GstElement element;
|
|
|
|
|
2005-12-06 19:55:58 +00:00
|
|
|
int card_number; /* The number of the card to open. */
|
2003-05-29 14:35:24 +00:00
|
|
|
|
2005-12-06 19:55:58 +00:00
|
|
|
gchar *video_filename; /* File name for the video device. */
|
|
|
|
int video_fd; /* File descriptor for the video device. */
|
2003-05-29 14:35:24 +00:00
|
|
|
|
2005-12-06 19:55:58 +00:00
|
|
|
gchar *control_filename; /* File name for the control device. */
|
|
|
|
int control_fd; /* File descriptor for the control
|
2004-03-15 16:32:54 +00:00
|
|
|
device. */
|
2003-05-29 14:35:24 +00:00
|
|
|
|
2005-12-06 19:55:58 +00:00
|
|
|
GstClock *clock; /* The clock for this element. */
|
2003-05-29 14:35:24 +00:00
|
|
|
|
2005-12-06 19:55:58 +00:00
|
|
|
GstClockTime last_ts; /* Last timestamp received. */
|
2003-05-29 14:35:24 +00:00
|
|
|
|
2005-12-06 19:55:58 +00:00
|
|
|
GstBuffer *cur_buf; /* The buffer we are currently
|
2004-03-15 16:32:54 +00:00
|
|
|
building. */
|
2005-12-06 19:55:58 +00:00
|
|
|
GstClockTime cur_ts; /* Timestamp associated to the
|
2004-03-15 16:32:54 +00:00
|
|
|
current buffer. */
|
2003-05-29 14:35:24 +00:00
|
|
|
|
2005-12-06 19:55:58 +00:00
|
|
|
guchar scan_state; /* The current state of the MPEG start
|
2004-03-15 16:32:54 +00:00
|
|
|
code scanner. */
|
2005-12-06 19:55:58 +00:00
|
|
|
guint scan_pos; /* The current position of the MPEG
|
2004-03-15 16:32:54 +00:00
|
|
|
start code scanner (with respect to
|
|
|
|
the start of the current buffer. */
|
2003-05-29 14:35:24 +00:00
|
|
|
|
2005-12-06 19:55:58 +00:00
|
|
|
guchar parse_state; /* The current state of the MPEG
|
2004-03-15 16:32:54 +00:00
|
|
|
sequence parser. */
|
2003-05-29 14:35:24 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
|
2004-03-15 16:32:54 +00:00
|
|
|
struct _Dxr3VideoSinkClass {
|
2003-05-29 14:35:24 +00:00
|
|
|
GstElementClass parent_class;
|
|
|
|
|
|
|
|
/* signals */
|
2004-03-15 16:32:54 +00:00
|
|
|
void (*flushed) (Dxr3VideoSink *sink);
|
2003-05-29 14:35:24 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
|
2006-11-24 09:05:39 +00:00
|
|
|
extern GType dxr3videosink_get_type (void);
|
2003-05-29 14:35:24 +00:00
|
|
|
|
|
|
|
G_END_DECLS
|
2004-03-15 16:32:54 +00:00
|
|
|
|
2003-05-29 14:35:24 +00:00
|
|
|
#endif /* __DXR3VIDEOSINK_H__ */
|