~ubuntu-branches/ubuntu/trusty/gstreamer1.0/trusty-proposed

« back to all changes in this revision

Viewing changes to gst/gstinfo.c

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2012-10-08 09:59:20 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20121008095920-3k2vlenl0zf6lu7i
Tags: 1.0.1-1
* New upstream stable release:
  + debian/libgstreamer.symbols:
    - Add new symbols.

Show diffs side-by-side

added added

removed removed

Lines of Context:
219
219
static void gst_debug_reset_threshold (gpointer category, gpointer unused);
220
220
static void gst_debug_reset_all_thresholds (void);
221
221
 
222
 
#ifdef HAVE_PRINTF_EXTENSION
 
222
#ifdef GST_USING_PRINTF_EXTENSION
223
223
static int _gst_info_printf_extension_ptr (FILE * stream,
224
224
    const struct printf_info *info, const void *const *args);
225
225
static int _gst_info_printf_extension_segment (FILE * stream,
331
331
  /* get time we started for debugging messages */
332
332
  _priv_gst_info_start_time = gst_util_get_timestamp ();
333
333
 
334
 
#ifdef HAVE_PRINTF_EXTENSION
 
334
#ifdef GST_USING_PRINTF_EXTENSION
335
335
#ifdef HAVE_REGISTER_PRINTF_SPECIFIER
336
336
  register_printf_specifier (GST_PTR_FORMAT[0], _gst_info_printf_extension_ptr,
337
337
      _gst_info_printf_extension_arginfo);
720
720
  return g_strdup_printf ("%p", ptr);
721
721
}
722
722
 
723
 
#ifdef HAVE_PRINTF_EXTENSION
 
723
#ifdef GST_USING_PRINTF_EXTENSION
724
724
 
725
725
static gchar *
726
726
gst_debug_print_segment (gpointer ptr)
763
763
  }
764
764
}
765
765
 
766
 
#endif /* HAVE_PRINTF_EXTENSION */
 
766
#endif /* GST_USING_PRINTF_EXTENSION */
767
767
 
768
768
/**
769
769
 * gst_debug_construct_term_color:
1655
1655
 
1656
1656
/*** PRINTF EXTENSIONS ********************************************************/
1657
1657
 
1658
 
#ifdef HAVE_PRINTF_EXTENSION
 
1658
#ifdef GST_USING_PRINTF_EXTENSION
1659
1659
static int
1660
1660
_gst_info_printf_extension_ptr (FILE * stream, const struct printf_info *info,
1661
1661
    const void *const *args)
1712
1712
  }
1713
1713
  return 1;
1714
1714
}
1715
 
#endif /* HAVE_PRINTF_EXTENSION */
 
1715
#endif /* GST_USING_PRINTF_EXTENSION */
1716
1716
 
1717
1717
static void
1718
1718
gst_info_dump_mem_line (gchar * linebuf, gsize linebuf_size,