Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

GstMpegDemuxSH.h

Go to the documentation of this file.
00001 /* Copyright (C) 2002 Carsten Griwodz 00002 * 00003 * You are allowed to use all other parts of the code under the following terms: 00004 * 00005 * For non-commercial use, this code may be used in unmodified form 00006 * provided that this copyright notice and this permission notice appear 00007 * in supporting documentation. 00008 * 00009 * The code may be made subject to the terms of the GNU General Public 00010 * License, Version 2, and re-distributed under the terms of this license. 00011 * 00012 * Commercial use other than under the terms of the GNU General Public 00013 * License is allowed only after negotiation of conditions with the authors. 00014 */ 00015 #ifndef GST_MPEG_DEMUX_SINK_SH 00016 #define GST_MPEG_DEMUX_SINK_SH 00017 00018 #include <sys/types.h> 00019 #include <ostream.h> 00020 #include <queue> 00021 00022 #include "MNThread.h" 00023 #include "MNSem.h" 00024 #include "MNMutex.h" 00025 #include "sh/SH.h" 00026 #include "sh/SHEndpoint.h" 00027 #include "sh/SHEndpointSpec.h" 00028 00029 #include <gst/gst.h> 00030 00031 class MNRope; 00032 00033 namespace SH 00034 { 00035 00036 class GstMpegDemuxSinkSH; 00037 00042 /**********************************************************************/ 00043 /* GstMpegDemuxSinkEndpoint */ 00044 /**********************************************************************/ 00045 00046 class GstMpegDemuxSinkEndpoint 00047 : public SinkEndpoint 00048 { 00049 public: 00050 GstMpegDemuxSinkEndpoint( GstMpegDemuxSinkSH* mySH ); 00051 virtual ~GstMpegDemuxSinkEndpoint( ); 00052 }; 00053 00054 /**********************************************************************/ 00055 /* GstMpegDemuxSinkSH */ 00056 /**********************************************************************/ 00057 00058 class GstMpegDemuxSinkSH 00059 : public Base 00060 { 00061 public: 00062 GstMpegDemuxSinkSH( SHGraphManager* mgr, 00063 u_int32_t runtimeId, 00064 MNSelector& sel ); 00065 00066 virtual ~GstMpegDemuxSinkSH(); 00067 00068 private: 00073 GstMpegDemuxSinkSH( const GstMpegDemuxSinkSH& ); 00074 00079 GstMpegDemuxSinkSH& operator=( const GstMpegDemuxSinkSH& ); 00080 00081 public: 00084 virtual SH_RC initSH(); 00087 virtual SH_RC uninitSH(); 00088 00094 00100 00101 00102 00113 00114 00124 00130 00135 00138 00210 00274

Generated on Sun Mar 6 13:35:49 2005 for Komssys by doxygen 1.3.8