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

« back to all changes in this revision

Viewing changes to gst/gstregistry.h

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2012-09-14 09:04:41 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20120914090441-1ul912ezvm3xfael
Tags: 0.11.94-1
* New upstream release:
  + debian/libgstreamer.symbols:
    - Update symbols file.
  + debian/control.in:
    - Build-depend on gtk-doc >= 1.12.
  + debian/patches/0001-netclientclock-simplify-by-using-g_socket_condition_.patch:
    - Dropped, merged upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
GstRegistry *           gst_registry_get                (void);
63
63
 
64
64
gboolean                gst_registry_scan_path          (GstRegistry *registry, const gchar *path);
 
65
 
 
66
#if 0
65
67
void                    gst_registry_add_path           (GstRegistry * registry, const gchar * path);
66
68
GList*                  gst_registry_get_path_list      (GstRegistry *registry);
 
69
#endif
67
70
 
68
71
gboolean                gst_registry_add_plugin         (GstRegistry *registry, GstPlugin *plugin);
69
72
void                    gst_registry_remove_plugin      (GstRegistry *registry, GstPlugin *plugin);