-Subproject commit 74856703c922315f64b9314547966bd4963db968
+Subproject commit 063ebfd201ca87f316bf478d19440a585ce0af2c
* Library General Public License for more
*/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
#include <string.h>
#include "gstrtpgsmparse.h"
#include "gstrtp-common.h"
* Boston, MA 02111-1307, USA.
*/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
#include <string.h>
#include "gstrtpgsmenc.h"
"audio/x-gsm",
"rate", GST_PROPS_INT_RANGE (1000, 48000)
)
-);
+)
GST_PAD_TEMPLATE_FACTORY (src_factory,
"src",
"rtp",
"application/x-rtp",
NULL)
-);
+)
static void gst_rtpgsmenc_class_init (GstRtpGSMEncClass * klass);
static void gst_rtpgsmenc_init (GstRtpGSMEnc * rtpgsmenc);
switch (GST_EVENT_TYPE (event)) {
case GST_EVENT_DISCONTINUOUS:
- GST_DEBUG (GST_CAT_EVENT, "discont");
+ GST_DEBUG ("discont");
rtpgsmenc->next_time = 0;
gst_pad_event_default (pad, event);
return;
* Library General Public License for more
*/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
#include <string.h>
#include "gstrtpgsmparse.h"
#include "gstrtp-common.h"
* Boston, MA 02111-1307, USA.
*/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
#include <string.h>
#include "gstrtpgsmenc.h"
"audio/x-gsm",
"rate", GST_PROPS_INT_RANGE (1000, 48000)
)
-);
+)
GST_PAD_TEMPLATE_FACTORY (src_factory,
"src",
"rtp",
"application/x-rtp",
NULL)
-);
+)
static void gst_rtpgsmenc_class_init (GstRtpGSMEncClass * klass);
static void gst_rtpgsmenc_init (GstRtpGSMEnc * rtpgsmenc);
switch (GST_EVENT_TYPE (event)) {
case GST_EVENT_DISCONTINUOUS:
- GST_DEBUG (GST_CAT_EVENT, "discont");
+ GST_DEBUG ("discont");
rtpgsmenc->next_time = 0;
gst_pad_event_default (pad, event);
return;