1 /* Quicktime muxer documentation 2 * Copyright (C) 2008-2010 Thiago Santos <thiagoss@embedded.ufcg.edu.br> 3 * Copyright (C) 2008 Mark Nauwelaerts <mnauw@users.sf.net> 4 * Copyright (C) 2010 Nokia Corporation. All rights reserved. 5 * Contact: Stefan Kost <stefan.kost@nokia.com> 6 * 7 * This library is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU Library General Public 9 * License as published by the Free Software Foundation; either 10 * version 2 of the License, or (at your option) any later version. 11 * 12 * This library is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 * Library General Public License for more details. 16 * 17 * You should have received a copy of the GNU Library General Public 18 * License along with this library; if not, write to the 19 * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, 20 * Boston, MA 02110-1301, USA. 21 */ 22 /* 23 * Unless otherwise indicated, Source Code is licensed under MIT license. 24 * See further explanation attached in License Statement (distributed in the file 25 * LICENSE). 26 * 27 * Permission is hereby granted, free of charge, to any person obtaining a copy of 28 * this software and associated documentation files (the "Software"), to deal in 29 * the Software without restriction, including without limitation the rights to 30 * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 31 * of the Software, and to permit persons to whom the Software is furnished to do 32 * so, subject to the following conditions: 33 * 34 * The above copyright notice and this permission notice shall be included in all 35 * copies or substantial portions of the Software. 36 * 37 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 38 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 39 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 40 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 41 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 42 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 43 * SOFTWARE. 44 */ 45 46 #error "This header is for gtk-doc only and not supposed to be included" 47 48 typedef struct _GstMP4Mux GstMP4Mux; 49 typedef struct _Gst3GPPMux Gst3GPPMux; 50 typedef struct _GstISMLMux GstISMLMux; 51 typedef struct _GstMJ2Mux GstMJ2Mux; 52 53