gst_plugins_base/gst-libs/gst/audio/audio.c
branchRCL_3
changeset 30 7e817e7e631c
parent 29 567bb019e3e3
equal deleted inserted replaced
29:567bb019e3e3 30:7e817e7e631c
    14  * You should have received a copy of the GNU Library General Public
    14  * You should have received a copy of the GNU Library General Public
    15  * License along with this library; if not, write to the
    15  * License along with this library; if not, write to the
    16  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    16  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    17  * Boston, MA 02111-1307, USA.
    17  * Boston, MA 02111-1307, USA.
    18  */
    18  */
       
    19 
       
    20 #ifdef HAVE_CONFIG_H
       
    21 #  include "config.h"
       
    22 #endif
       
    23 
       
    24 #include "audio.h"
       
    25 #include "multichannel-enumtypes.h"
       
    26 
       
    27 #include <gst/gststructure.h>
       
    28 
       
    29 #ifdef __SYMBIAN32__
       
    30 #include <glib_global.h>
       
    31 #endif
       
    32 
    19 /**
    33 /**
    20  * SECTION:gstaudio
    34  * SECTION:gstaudio
    21  * @short_description: Support library for audio elements
    35  * @short_description: Support library for audio elements
    22  *
    36  *
    23  * This library contains some helper functions for audio elements.
    37  * This library contains some helper functions for audio elements.
    24  */
    38  */
    25 
       
    26 #ifdef HAVE_CONFIG_H
       
    27 #  include "config.h"
       
    28 #endif
       
    29 
       
    30 #include "audio.h"
       
    31 #include "audio-enumtypes.h"
       
    32 
       
    33 #include <gst/gststructure.h>
       
    34 
    39 
    35 /**
    40 /**
    36  * gst_audio_frame_byte_size:
    41  * gst_audio_frame_byte_size:
    37  * @pad: the #GstPad to get the caps from
    42  * @pad: the #GstPad to get the caps from
    38  *
    43  *
   110  * @buf: the #GstBuffer
   115  * @buf: the #GstBuffer
   111  *
   116  *
   112  * Calculate length in nanoseconds of audio buffer @buf based on capabilities of
   117  * Calculate length in nanoseconds of audio buffer @buf based on capabilities of
   113  * @pad.
   118  * @pad.
   114  *
   119  *
   115  * Returns: the length.
   120  * Return: the length.
   116  */
   121  */
   117 #ifdef __SYMBIAN32__
   122 #ifdef __SYMBIAN32__
   118 EXPORT_C
   123 EXPORT_C
   119 #endif
   124 #endif
   120 
   125