[SCM] Debian packaging of libgstreamer-perl branch, master, updated. debian/0.16-2-10-gbd699d3

Alessandro Ghedini al3xbio at gmail.com
Wed Feb 29 13:23:09 UTC 2012


The following commit has been merged in the master branch:
commit 7916b941ac529ae5ad8480ff97526b268413cdbc
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date:   Wed Feb 29 13:41:51 2012 +0100

    Refresh patch and add DEP3 headers

diff --git a/debian/patches/fix-man-pages b/debian/patches/fix-man-pages
index ce0f69a..49a357f 100644
--- a/debian/patches/fix-man-pages
+++ b/debian/patches/fix-man-pages
@@ -1,8 +1,13 @@
-fix man pages for whatis
+Description: Fix man pages bad whatis entries
+Origin: vendor
+Forwarded: no
+Author: Antonio Radici <antonio at debian.org>
+Reviewed-by: Alessandro Ghedini <al3xbio at gmail.com>
+Last-Update: 2012-02-29
 
 --- a/xs/GstBin.xs
 +++ b/xs/GstBin.xs
-@@ -22,6 +22,10 @@
+@@ -23,6 +23,10 @@
  
  MODULE = GStreamer::Bin	PACKAGE = GStreamer::Bin	PREFIX = gst_bin_
  
@@ -15,7 +20,7 @@ fix man pages for whatis
  
 --- a/xs/GstBuffer.xs
 +++ b/xs/GstBuffer.xs
-@@ -22,6 +22,10 @@
+@@ -23,6 +23,10 @@
  
  MODULE = GStreamer::Buffer	PACKAGE = GStreamer::Buffer	PREFIX = gst_buffer_
  
@@ -28,7 +33,7 @@ fix man pages for whatis
  GstBufferFlag
 --- a/xs/GstBus.xs
 +++ b/xs/GstBus.xs
-@@ -67,6 +67,10 @@
+@@ -68,6 +68,10 @@
  
  MODULE = GStreamer::Bus	PACKAGE = GStreamer::Bus	PREFIX = gst_bus_
  
@@ -41,7 +46,7 @@ fix man pages for whatis
      C_ARGS:
 --- a/xs/GstCaps.xs
 +++ b/xs/GstCaps.xs
-@@ -22,6 +22,10 @@
+@@ -23,6 +23,10 @@
  
  MODULE = GStreamer::Caps	PACKAGE = GStreamer::Caps::Empty
  
@@ -52,7 +57,7 @@ fix man pages for whatis
  # GstCaps * gst_caps_new_empty (void);
  GstCaps_own *
  new (class)
-@@ -32,6 +36,10 @@
+@@ -33,6 +37,10 @@
  
  MODULE = GStreamer::Caps	PACKAGE = GStreamer::Caps::Any
  
@@ -63,7 +68,7 @@ fix man pages for whatis
  # GstCaps * gst_caps_new_any (void);
  GstCaps_own *
  new (class)
-@@ -42,6 +50,10 @@
+@@ -43,6 +51,10 @@
  
  MODULE = GStreamer::Caps	PACKAGE = GStreamer::Caps::Simple
  
@@ -74,7 +79,7 @@ fix man pages for whatis
  # GstCaps * gst_caps_new_simple (const char *media_type, const char *fieldname, ...);
  GstCaps_own *
  new (class, media_type, field, type, value, ...)
-@@ -78,6 +90,10 @@
+@@ -79,6 +91,10 @@
  
  MODULE = GStreamer::Caps	PACKAGE = GStreamer::Caps::Full
  
@@ -85,7 +90,7 @@ fix man pages for whatis
  # GstCaps * gst_caps_new_full (GstStructure  *struct1, ...);
  # GstCaps * gst_caps_new_full_valist (GstStructure  *structure, va_list var_args);
  GstCaps_own *
-@@ -99,6 +115,10 @@
+@@ -100,6 +116,10 @@
  
  MODULE = GStreamer::Caps	PACKAGE = GStreamer::Caps	PREFIX = gst_caps_
  
@@ -98,7 +103,7 @@ fix man pages for whatis
  =head1 SYNOPSIS
 --- a/xs/GstChildProxy.xs
 +++ b/xs/GstChildProxy.xs
-@@ -22,6 +22,10 @@
+@@ -23,6 +23,10 @@
  
  MODULE = GStreamer::ChildProxy	PACKAGE = GStreamer::ChildProxy	PREFIX = gst_child_proxy_
  
@@ -111,7 +116,7 @@ fix man pages for whatis
  =head1 DESCRIPTION
 --- a/xs/GstClock.xs
 +++ b/xs/GstClock.xs
-@@ -126,6 +126,10 @@
+@@ -127,6 +127,10 @@
  
  MODULE = GStreamer::Clock	PACKAGE = GStreamer::Clock	PREFIX = gst_clock_
  
@@ -122,7 +127,7 @@ fix man pages for whatis
  BOOT:
  	gperl_object_set_no_warn_unreg_subclass (GST_TYPE_CLOCK, TRUE);
  
-@@ -171,6 +175,10 @@
+@@ -172,6 +176,10 @@
  
  MODULE = GStreamer::Clock	PACKAGE = GStreamer::ClockID	PREFIX = gst_clock_id_
  
@@ -135,7 +140,7 @@ fix man pages for whatis
  	GstClockID id
 --- a/xs/GstElementFactory.xs
 +++ b/xs/GstElementFactory.xs
-@@ -22,6 +22,10 @@
+@@ -23,6 +23,10 @@
  
  MODULE = GStreamer::ElementFactory	PACKAGE = GStreamer::ElementFactory	PREFIX = gst_element_factory_
  
@@ -148,7 +153,7 @@ fix man pages for whatis
  
 --- a/xs/GstElement.xs
 +++ b/xs/GstElement.xs
-@@ -22,6 +22,10 @@
+@@ -23,6 +23,10 @@
  
  MODULE = GStreamer::Element	PACKAGE = GStreamer::Element	PREFIX = gst_element_
  
@@ -161,7 +166,7 @@ fix man pages for whatis
  # GstPadTemplate* gst_element_class_get_pad_template (GstElementClass *element_class, const gchar *name);
 --- a/xs/GstEvent.xs
 +++ b/xs/GstEvent.xs
-@@ -77,6 +77,10 @@
+@@ -78,6 +78,10 @@
  
  MODULE = GStreamer::Event	PACKAGE = GStreamer::Event	PREFIX = gst_event_
  
@@ -172,7 +177,7 @@ fix man pages for whatis
  BOOT:
  	gperl_set_isa ("GStreamer::Event::FlushStart", "GStreamer::Event");
  	gperl_set_isa ("GStreamer::Event::FlushStop", "GStreamer::Event");
-@@ -180,6 +184,10 @@
+@@ -181,6 +185,10 @@
  
  MODULE = GStreamer::Event	PACKAGE = GStreamer::Event::Custom
  
@@ -183,7 +188,7 @@ fix man pages for whatis
  # GstEvent * gst_event_new_custom (GstEventType type, GstStructure *structure);
  GstEvent_noinc *
  new (class, GstEventType type, GstStructure *structure)
-@@ -193,6 +201,10 @@
+@@ -194,6 +202,10 @@
  
  MODULE = GStreamer::Event	PACKAGE = GStreamer::Event::FlushStart
  
@@ -194,7 +199,7 @@ fix man pages for whatis
  # GstEvent * gst_event_new_flush_start (void);
  GstEvent_noinc *
  new (class)
-@@ -205,6 +217,10 @@
+@@ -206,6 +218,10 @@
  
  MODULE = GStreamer::Event	PACKAGE = GStreamer::Event::FlushStop
  
@@ -205,7 +210,7 @@ fix man pages for whatis
  # GstEvent * gst_event_new_flush_stop (void);
  GstEvent_noinc *
  new (class)
-@@ -217,6 +233,10 @@
+@@ -218,6 +234,10 @@
  
  MODULE = GStreamer::Event	PACKAGE = GStreamer::Event::EOS
  
@@ -216,7 +221,7 @@ fix man pages for whatis
  # GstEvent * gst_event_new_eos (void);
  GstEvent_noinc *
  new (class)
-@@ -229,6 +249,10 @@
+@@ -230,6 +250,10 @@
  
  MODULE = GStreamer::Event	PACKAGE = GStreamer::Event::NewSegment
  
@@ -227,7 +232,7 @@ fix man pages for whatis
  # GstEvent * gst_event_new_new_segment (gboolean update, gdouble rate, GstFormat format, gint64 start_value, gint64 stop_value, gint64 stream_time);
  GstEvent_noinc *
  new (class, gboolean update, gdouble rate, GstFormat format, gint64 start_value, gint64 stop_value, gint64 stream_time)
-@@ -290,6 +314,10 @@
+@@ -291,6 +315,10 @@
  
  MODULE = GStreamer::Event	PACKAGE = GStreamer::Event::Tag
  
@@ -238,7 +243,7 @@ fix man pages for whatis
  # GstEvent * gst_event_new_tag (GstTagList *taglist);
  GstEvent_noinc *
  new (class, GstTagList *taglist)
-@@ -311,6 +339,10 @@
+@@ -312,6 +340,10 @@
  
  MODULE = GStreamer::Event	PACKAGE = GStreamer::Event::BufferSize
  
@@ -249,7 +254,7 @@ fix man pages for whatis
  # GstEvent * gst_event_new_buffer_size (GstFormat format, gint64 minsize, gint64 maxsize, gboolean async);
  GstEvent_noinc *
  new (class, GstFormat format, gint64 minsize, gint64 maxsize, gboolean async)
-@@ -360,6 +392,10 @@
+@@ -361,6 +393,10 @@
  
  MODULE = GStreamer::Event	PACKAGE = GStreamer::Event::QOS
  
@@ -260,7 +265,7 @@ fix man pages for whatis
  # GstEvent * gst_event_new_qos (gdouble proportion, GstClockTimeDiff diff, GstClockTime timestamp);
  GstEvent_noinc *
  new (class, gdouble proportion, GstClockTimeDiff diff, GstClockTime timestamp)
-@@ -403,6 +439,10 @@
+@@ -404,6 +440,10 @@
  
  MODULE = GStreamer::Event	PACKAGE = GStreamer::Event::Seek
  
@@ -271,7 +276,7 @@ fix man pages for whatis
  # GstEvent * gst_event_new_seek (gdouble rate, GstFormat format, GstSeekFlags flags, GstSeekType cur_type, gint64 cur, GstSeekType stop_type, gint64 stop);
  GstEvent_noinc *
  new (class, gdouble rate, GstFormat format, GstSeekFlags flags, GstSeekType cur_type, gint64 cur, GstSeekType stop_type, gint64 stop)
-@@ -467,6 +507,10 @@
+@@ -468,6 +508,10 @@
  
  MODULE = GStreamer::Event	PACKAGE = GStreamer::Event::Navigation
  
@@ -284,7 +289,7 @@ fix man pages for whatis
  new (class, GstStructure *structure)
 --- a/xs/GstFormat.xs
 +++ b/xs/GstFormat.xs
-@@ -56,6 +56,10 @@
+@@ -57,6 +57,10 @@
  
  MODULE = GStreamer::Format	PACKAGE = GStreamer::Format	PREFIX = gst_format_
  
@@ -297,7 +302,7 @@ fix man pages for whatis
  # GstFormat gst_format_register (const gchar *nick, const gchar *description);
 --- a/xs/GstGhostPad.xs
 +++ b/xs/GstGhostPad.xs
-@@ -22,6 +22,10 @@
+@@ -23,6 +23,10 @@
  
  MODULE = GStreamer::GhostPad	PACKAGE = GStreamer::GhostPad	PREFIX = gst_ghost_pad_
  
@@ -310,7 +315,7 @@ fix man pages for whatis
      C_ARGS:
 --- a/xs/GstIndexFactory.xs
 +++ b/xs/GstIndexFactory.xs
-@@ -22,6 +22,10 @@
+@@ -23,6 +23,10 @@
  
  MODULE = GStreamer::IndexFactory	PACKAGE = GStreamer::IndexFactory	PREFIX = gst_index_factory_
  
@@ -323,7 +328,7 @@ fix man pages for whatis
  gst_index_factory_new (class, name, longdesc, type)
 --- a/xs/GstIndex.xs
 +++ b/xs/GstIndex.xs
-@@ -128,6 +128,10 @@
+@@ -129,6 +129,10 @@
  
  MODULE = GStreamer::Index	PACKAGE = GStreamer::Index	PREFIX = gst_index_
  
@@ -334,7 +339,7 @@ fix man pages for whatis
  # GstIndex * gst_index_new (void);
  GstIndex *
  gst_index_new (class)
-@@ -253,6 +257,10 @@
+@@ -254,6 +258,10 @@
  
  MODULE = GStreamer::Index	PACKAGE = GStreamer::IndexEntry	PREFIX = gst_index_entry_
  
@@ -347,7 +352,7 @@ fix man pages for whatis
  gst_index_entry_assoc_map (entry, format)
 --- a/xs/GstIterator.xs
 +++ b/xs/GstIterator.xs
-@@ -99,6 +99,10 @@
+@@ -100,6 +100,10 @@
  
  MODULE = GStreamer::Iterator	PACKAGE = GStreamer::Iterator	PREFIX = gst_iterator_
  
@@ -358,7 +363,7 @@ fix man pages for whatis
  =for position SYNOPSIS
  
  =head1 SYNOPSIS
-@@ -186,6 +190,10 @@
+@@ -187,6 +191,10 @@
  
  MODULE = GStreamer::Iterator	PACKAGE = GStreamer::Iterator::Tie
  
@@ -371,7 +376,7 @@ fix man pages for whatis
      PREINIT:
 --- a/xs/GstMessage.xs
 +++ b/xs/GstMessage.xs
-@@ -131,6 +131,10 @@
+@@ -132,6 +132,10 @@
  
  MODULE = GStreamer::Message	PACKAGE = GStreamer::Message	PREFIX = gst_message_
  
@@ -382,7 +387,7 @@ fix man pages for whatis
  BOOT:
  	gperl_set_isa ("GStreamer::Message::EOS", "GStreamer::Message");
  	gperl_set_isa ("GStreamer::Message::Error", "GStreamer::Message");
-@@ -273,6 +277,10 @@
+@@ -274,6 +278,10 @@
  
  MODULE = GStreamer::Message	PACKAGE = GStreamer::Message::Custom
  
@@ -393,7 +398,7 @@ fix man pages for whatis
  # GstMessage * gst_message_new_custom (GstMessageType type, GstObject * src, GstStructure * structure);
  GstMessage_noinc *
  new (class, GstMessageType type, GstObject * src, GstStructure * structure)
-@@ -286,6 +294,10 @@
+@@ -287,6 +295,10 @@
  
  MODULE = GStreamer::Message	PACKAGE = GStreamer::Message::EOS
  
@@ -404,7 +409,7 @@ fix man pages for whatis
  # GstMessage * gst_message_new_eos (GstObject * src);
  GstMessage_noinc *
  new (class, GstObject * src)
-@@ -298,6 +310,10 @@
+@@ -299,6 +311,10 @@
  
  MODULE = GStreamer::Message	PACKAGE = GStreamer::Message::Error
  
@@ -415,7 +420,7 @@ fix man pages for whatis
  # GstMessage * gst_message_new_error (GstObject * src, GError * error, gchar * debug);
  GstMessage_noinc *
  new (class, GstObject * src, SV * error, gchar * debug)
-@@ -341,6 +357,10 @@
+@@ -342,6 +358,10 @@
  
  MODULE = GStreamer::Message	PACKAGE = GStreamer::Message::Warning
  
@@ -426,7 +431,7 @@ fix man pages for whatis
  # GstMessage * gst_message_new_warning (GstObject * src, GError * error, gchar * debug);
  GstMessage_noinc *
  new (class, GstObject * src, SV * error, gchar * debug)
-@@ -384,6 +404,10 @@
+@@ -385,6 +405,10 @@
  
  MODULE = GStreamer::Message	PACKAGE = GStreamer::Message::Tag
  
@@ -437,7 +442,7 @@ fix man pages for whatis
  # GstMessage * gst_message_new_tag (GstObject * src, GstTagList * tag_list);
  GstMessage_noinc *
  new (class, GstObject * src, GstTagList * tag_list)
-@@ -406,6 +430,10 @@
+@@ -407,6 +431,10 @@
  
  MODULE = GStreamer::Message	PACKAGE = GStreamer::Message::StateChanged
  
@@ -448,7 +453,7 @@ fix man pages for whatis
  # GstMessage * gst_message_new_state_changed (GstObject * src, GstState oldstate, GstState newstate, GstState pending);
  GstMessage_noinc *
  new (class, GstObject * src, GstState oldstate, GstState newstate, GstState pending)
-@@ -438,6 +466,10 @@
+@@ -439,6 +467,10 @@
  
  MODULE = GStreamer::Message	PACKAGE = GStreamer::Message::StateDirty
  
@@ -459,7 +464,7 @@ fix man pages for whatis
  # GstMessage * gst_message_new_state_dirty (GstObject * src);
  GstMessage_noinc *
  new (class, GstObject * src)
-@@ -450,6 +482,10 @@
+@@ -451,6 +483,10 @@
  
  MODULE = GStreamer::Message	PACKAGE = GStreamer::Message::ClockProvide
  
@@ -470,7 +475,7 @@ fix man pages for whatis
  # GstMessage * gst_message_new_clock_provide (GstObject * src, GstClock *clock, gboolean ready);
  GstMessage_noinc *
  new (class, GstObject * src, GstClock * clock, gboolean ready)
-@@ -488,6 +524,10 @@
+@@ -489,6 +525,10 @@
  
  MODULE = GStreamer::Message	PACKAGE = GStreamer::Message::ClockLost
  
@@ -481,7 +486,7 @@ fix man pages for whatis
  # GstMessage * gst_message_new_clock_lost (GstObject * src, GstClock *clock);
  GstMessage_noinc *
  new (class, GstObject * src, GstClock * clock)
-@@ -509,6 +549,10 @@
+@@ -510,6 +550,10 @@
  
  MODULE = GStreamer::Message	PACKAGE = GStreamer::Message::NewClock
  
@@ -492,7 +497,7 @@ fix man pages for whatis
  # GstMessage * gst_message_new_new_clock (GstObject * src, GstClock *clock);
  GstMessage_noinc *
  new (class, GstObject * src, GstClock * clock)
-@@ -530,6 +574,10 @@
+@@ -531,6 +575,10 @@
  
  MODULE = GStreamer::Message	PACKAGE = GStreamer::Message::Application
  
@@ -503,7 +508,7 @@ fix man pages for whatis
  # GstMessage * gst_message_new_application (GstObject * src, GstStructure * structure);
  GstMessage_noinc *
  new (class, GstObject * src, GstStructure * structure)
-@@ -543,6 +591,10 @@
+@@ -544,6 +592,10 @@
  
  MODULE = GStreamer::Message	PACKAGE = GStreamer::Message::Element
  
@@ -514,7 +519,7 @@ fix man pages for whatis
  # GstMessage * gst_message_new_element (GstObject * src, GstStructure * structure);
  GstMessage_noinc *
  new (class, GstObject * src, GstStructure * structure)
-@@ -556,6 +608,10 @@
+@@ -557,6 +609,10 @@
  
  MODULE = GStreamer::Message	PACKAGE = GStreamer::Message::SegmentStart
  
@@ -525,7 +530,7 @@ fix man pages for whatis
  # GstMessage * gst_message_new_segment_start (GstObject * src, GstFormat format, gint64 position);
  GstMessage_noinc *
  new (class, GstObject * src, GstFormat format, gint64 position)
-@@ -594,6 +650,10 @@
+@@ -595,6 +651,10 @@
  
  MODULE = GStreamer::Message	PACKAGE = GStreamer::Message::SegmentDone
  
@@ -536,7 +541,7 @@ fix man pages for whatis
  # GstMessage * gst_message_new_segment_done (GstObject * src, GstFormat format, gint64 position);
  GstMessage_noinc *
  new (class, GstObject * src, GstFormat format, gint64 position)
-@@ -632,6 +692,10 @@
+@@ -633,6 +693,10 @@
  
  MODULE = GStreamer::Message	PACKAGE = GStreamer::Message::Duration
  
@@ -547,7 +552,7 @@ fix man pages for whatis
  # GstMessage * gst_message_new_duration (GstObject * src, GstFormat format, gint64 duration);
  GstMessage_noinc *
  new (class, GstObject * src, GstFormat format, gint64 duration)
-@@ -670,6 +734,10 @@
+@@ -671,6 +735,10 @@
  
  MODULE = GStreamer::Message	PACKAGE = GStreamer::Message::Latency
  
@@ -558,7 +563,7 @@ fix man pages for whatis
  #if GST_CHECK_VERSION (0, 10, 12)
  
  # GstMessage * gst_message_new_latency (GstObject * src);
-@@ -686,6 +754,10 @@
+@@ -687,6 +755,10 @@
  
  MODULE = GStreamer::Message	PACKAGE = GStreamer::Message::AsyncStart
  
@@ -569,7 +574,7 @@ fix man pages for whatis
  #if GST_CHECK_VERSION (0, 10, 13)
  
  # GstMessage * gst_message_new_async_start (GstObject * src, gboolean new_base_time);
-@@ -711,6 +783,10 @@
+@@ -712,6 +784,10 @@
  
  MODULE = GStreamer::Message	PACKAGE = GStreamer::Message::AsyncDone
  
@@ -582,7 +587,7 @@ fix man pages for whatis
  # GstMessage * gst_message_new_async_done (GstObject * src);
 --- a/xs/GstMiniObject.xs
 +++ b/xs/GstMiniObject.xs
-@@ -150,6 +150,10 @@
+@@ -151,6 +151,10 @@
  
  MODULE = GStreamer::MiniObject	PACKAGE = GStreamer::MiniObject	PREFIX = gst_mini_object_
  
@@ -595,7 +600,7 @@ fix man pages for whatis
  
 --- a/xs/GstObject.xs
 +++ b/xs/GstObject.xs
-@@ -22,6 +22,10 @@
+@@ -23,6 +23,10 @@
  
  MODULE = GStreamer::Object	PACKAGE = GStreamer::Object	PREFIX = gst_object_
  
@@ -608,7 +613,7 @@ fix man pages for whatis
  	   ref-counting right. */
 --- a/xs/GstPadTemplate.xs
 +++ b/xs/GstPadTemplate.xs
-@@ -22,6 +22,10 @@
+@@ -23,6 +23,10 @@
  
  MODULE = GStreamer::PadTemplate	PACKAGE = GStreamer::PadTemplate	PREFIX = gst_pad_template_
  
@@ -621,7 +626,7 @@ fix man pages for whatis
  gst_pad_template_new (class, name_template, direction, presence, caps)
 --- a/xs/GstPad.xs
 +++ b/xs/GstPad.xs
-@@ -39,6 +39,10 @@
+@@ -40,6 +40,10 @@
  
  MODULE = GStreamer::Pad	PACKAGE = GStreamer::Pad	PREFIX = gst_pad_
  
@@ -634,7 +639,7 @@ fix man pages for whatis
  
 --- a/xs/GstPipeline.xs
 +++ b/xs/GstPipeline.xs
-@@ -22,6 +22,10 @@
+@@ -23,6 +23,10 @@
  
  MODULE = GStreamer::Pipeline	PACKAGE = GStreamer::Pipeline	PREFIX = gst_pipeline_
  
@@ -647,7 +652,7 @@ fix man pages for whatis
  
 --- a/xs/GstPluginFeature.xs
 +++ b/xs/GstPluginFeature.xs
-@@ -53,6 +53,10 @@
+@@ -54,6 +54,10 @@
  
  MODULE = GStreamer::PluginFeature	PACKAGE = GStreamer::PluginFeature	PREFIX = gst_plugin_feature_
  
@@ -660,7 +665,7 @@ fix man pages for whatis
  
 --- a/xs/GstPlugin.xs
 +++ b/xs/GstPlugin.xs
-@@ -61,6 +61,10 @@
+@@ -62,6 +62,10 @@
  
  MODULE = GStreamer::Plugin	PACKAGE = GStreamer::Plugin	PREFIX = gst_plugin_
  
@@ -673,7 +678,7 @@ fix man pages for whatis
  const gchar* gst_plugin_get_description (GstPlugin *plugin);
 --- a/xs/GstQuery.xs
 +++ b/xs/GstQuery.xs
-@@ -107,6 +107,10 @@
+@@ -108,6 +108,10 @@
  
  MODULE = GStreamer::Query	PACKAGE = GStreamer::QueryType	PREFIX = gst_query_type_
  
@@ -684,7 +689,7 @@ fix man pages for whatis
  BOOT:
  	gst2perl_register_mini_object_package_lookup_func (
  		GST_TYPE_QUERY,
-@@ -154,6 +158,10 @@
+@@ -155,6 +159,10 @@
  
  MODULE = GStreamer::Query	PACKAGE = GStreamer::Query	PREFIX = gst_query_
  
@@ -695,7 +700,7 @@ fix man pages for whatis
  BOOT:
  	gperl_set_isa ("GStreamer::Query::Position", "GStreamer::Query");
  	gperl_set_isa ("GStreamer::Query::Duration", "GStreamer::Query");
-@@ -216,6 +224,10 @@
+@@ -217,6 +225,10 @@
  
  MODULE = GStreamer::Query	PACKAGE = GStreamer::Query::Position
  
@@ -706,7 +711,7 @@ fix man pages for whatis
  # GstQuery* gst_query_new_position (GstFormat format);
  GstQuery_noinc *
  new (class, GstFormat format)
-@@ -243,6 +255,10 @@
+@@ -244,6 +256,10 @@
  
  MODULE = GStreamer::Query	PACKAGE = GStreamer::Query::Duration
  
@@ -717,7 +722,7 @@ fix man pages for whatis
  # GstQuery* gst_query_new_duration (GstFormat format);
  GstQuery_noinc *
  new (class, GstFormat format)
-@@ -270,6 +286,10 @@
+@@ -271,6 +287,10 @@
  
  MODULE = GStreamer::Query	PACKAGE = GStreamer::Query::Convert
  
@@ -728,7 +733,7 @@ fix man pages for whatis
  # GstQuery* gst_query_new_convert (GstFormat src_format, gint64 value, GstFormat dest_format);
  GstQuery_noinc *
  new (class, GstFormat src_format, gint64 value, GstFormat dest_format)
-@@ -301,6 +321,10 @@
+@@ -302,6 +322,10 @@
  
  MODULE = GStreamer::Query	PACKAGE = GStreamer::Query::Segment
  
@@ -739,7 +744,7 @@ fix man pages for whatis
  # GstQuery* gst_query_new_segment (GstFormat format);
  GstQuery_noinc *
  new (class, GstFormat format)
-@@ -332,6 +356,10 @@
+@@ -333,6 +357,10 @@
  
  MODULE = GStreamer::Query	PACKAGE = GStreamer::Query::Application
  
@@ -752,7 +757,7 @@ fix man pages for whatis
  new (class, GstQueryType type, GstStructure *structure)
 --- a/xs/GstRegistry.xs
 +++ b/xs/GstRegistry.xs
-@@ -40,6 +40,10 @@
+@@ -41,6 +41,10 @@
  
  MODULE = GStreamer::Registry	PACKAGE = GStreamer::Registry	PREFIX = gst_registry_
  
@@ -765,7 +770,7 @@ fix man pages for whatis
  
 --- a/xs/GstStructure.xs
 +++ b/xs/GstStructure.xs
-@@ -145,6 +145,10 @@
+@@ -146,6 +146,10 @@
  
  MODULE = GStreamer::Structure	PACKAGE = GStreamer::Structure	PREFIX = gst_structure_
  
@@ -778,7 +783,7 @@ fix man pages for whatis
  =head1 SYNOPSIS
 --- a/xs/GstSystemClock.xs
 +++ b/xs/GstSystemClock.xs
-@@ -22,6 +22,10 @@
+@@ -23,6 +23,10 @@
  
  MODULE = GStreamer::SystemClock	PACKAGE = GStreamer::SystemClock	PREFIX = gst_system_clock_
  
@@ -791,7 +796,7 @@ fix man pages for whatis
  
 --- a/xs/GstTagSetter.xs
 +++ b/xs/GstTagSetter.xs
-@@ -22,6 +22,10 @@
+@@ -23,6 +23,10 @@
  
  MODULE = GStreamer::TagSetter	PACKAGE = GStreamer::TagSetter	PREFIX = gst_tag_setter_
  
@@ -804,7 +809,7 @@ fix man pages for whatis
  # void gst_tag_setter_add_tags (GstTagSetter *setter, GstTagMergeMode mode, const gchar *tag, ...);
 --- a/xs/GstTag.xs
 +++ b/xs/GstTag.xs
-@@ -114,6 +114,10 @@
+@@ -115,6 +115,10 @@
  
  MODULE = GStreamer::Tag	PACKAGE = GStreamer::Tag	PREFIX = gst_tag_
  
@@ -817,7 +822,7 @@ fix man pages for whatis
  	gst_tag_list_wrapper_class.wrap = (GPerlBoxedWrapFunc) gst_tag_list_wrap;
 --- a/xs/GstTypeFindFactory.xs
 +++ b/xs/GstTypeFindFactory.xs
-@@ -22,6 +22,10 @@
+@@ -23,6 +23,10 @@
  
  MODULE = GStreamer::TypeFindFactory	PACKAGE = GStreamer::TypeFindFactory	PREFIX = gst_type_find_factory_
  
@@ -830,7 +835,7 @@ fix man pages for whatis
  gst_type_find_factory_get_list (class)
 --- a/xs/GstValue.xs
 +++ b/xs/GstValue.xs
-@@ -483,6 +483,10 @@
+@@ -484,6 +484,10 @@
  
  MODULE = GStreamer::Value	PACKAGE = GStreamer::Value	PREFIX = gst_value_
  
@@ -843,7 +848,7 @@ fix man pages for whatis
  	gst2perl_int_range_initialize ();
 --- a/xs/Gst.xs
 +++ b/xs/Gst.xs
-@@ -22,6 +22,10 @@
+@@ -23,6 +23,10 @@
  
  MODULE = GStreamer	PACKAGE = GStreamer	PREFIX = gst_
  

-- 
Debian packaging of libgstreamer-perl



More information about the Pkg-perl-cvs-commits mailing list