Commit graph

1227 commits

Author SHA1 Message Date
Tim-Philipp Müller 9f163262f0 pad: fix unit test again after previous commit
https://bugzilla.gnome.org/show_bug.cgi?id=660357
2012-03-07 16:50:11 +00:00
Andoni Morales Alastruey c3dab3df76 pad: fix Py_DECREF of null pointer in pad probe and pad block marshallers
https://bugzilla.gnome.org/show_bug.cgi?id=660357
2012-03-07 16:48:36 +00:00
Mark Nauwelaerts f41952a1ad pbutils: fix copy-and-mutate-paste for gst_encoding_list_all_targets 2012-01-26 13:22:01 +01:00
Alessandro Decina f9bc4320e8 pbutils: fix EncodingContainerProfile.add_profile refcount 2011-12-29 16:03:31 +01:00
Tim-Philipp Müller b871bd0a9e videomodule: fix compiler warning
videomodule.c:43:21: error: variable 'gst' set but not used
2011-12-19 13:09:42 +00:00
Tim-Philipp Müller 7f5d2d267d rpm: add new header files to .spec file, add -devel package for that
Not actually tested though.
2011-12-18 20:46:53 +00:00
Tim-Philipp Müller 764f344ff0 pbutilsmodule: avoid unused-but-set-variable compiler warning
https://bugzilla.gnome.org/show_bug.cgi?id=665868
2011-12-09 17:24:40 +00:00
Tim-Philipp Müller 6b5282f5f4 Add gst-0.10.36.ignore file
So things still compile with older versions of GStreamer.
2011-12-09 17:22:31 +00:00
Stefan Sauer 574275e773 preset: expose new gst.preset_{set,get}_app_dir() on python 2011-12-09 14:13:11 +01:00
Alessandro Decina ba5a02b86c video: wrap force key unit API 2011-12-08 09:21:09 +01:00
Tim-Philipp Müller 0a2596c68c configure: back to development
Apparently.
2011-10-31 10:51:46 +00:00
Stefan Sauer cd7e03d936 examples: add helloworld example
Add a straight 1:1 copy from cores' helloworld.c to show how the c api maps into
the pythong bindings. It would rock to have the same in other bindings.
2011-10-31 10:51:27 +01:00
Stefan Sauer fe71622a66 uri: add filename_to_uri to bindings 2011-10-31 10:48:29 +01:00
Tim-Philipp Müller 855093570f Release 0.10.22 2011-10-29 17:49:01 +01:00
Tim-Philipp Müller f708fd6fd1 configure: use AG_GST_SET_PACKAGE_RELEASE_DATETIME_WITH_NANO
For python plugin, but also to ensure there's an entry in the
doap file for releases.
2011-10-29 16:01:24 +01:00
Tim-Philipp Müller 6bd5d1c2a6 0.10.21.2 pre-release 2011-10-20 13:24:59 +01:00
Sebastian Dröge 6aa1c70ac1 pkgconfig: Add Cflags with the include path for the headers
https://bugzilla.gnome.org/show_bug.cgi?id=657435
2011-10-12 12:25:30 +01:00
Tim-Philipp Müller b769a83fb4 Don't install common.h and remove from public headers
Doesn't seem to be needed anyway. Also remove duplicate
pygobject.h include in common.h while at it.

https://bugzilla.gnome.org/show_bug.cgi?id=657435
2011-10-11 23:33:21 +01:00
Tim-Philipp Müller bf9deb812b Install headers into $includedir/gstreamer-0.10/gst not .../pygst/
This matches the directory layout in the source tree and makes it
possible to find the headers (e.g. from g-e-s) in an uninstalled
setup.

https://bugzilla.gnome.org/show_bug.cgi?id=657435
2011-10-11 22:59:05 +01:00
Tim-Philipp Müller 96828015e9 Keep pygst-private.h in noinst_HEADERS
Makes sure it gets disted.
2011-10-11 22:57:30 +01:00
Vincent Penquerc'h 160b6d1bd5 remuxer.py: allow more than one stream of the same type
Queue names would collide otherwise, so just pass None for now. Also
guarantees that we don't get silly names like "queue_audio/x-foobar".

https://bugzilla.gnome.org/show_bug.cgi?id=639427
2011-09-26 17:57:51 +01:00
Vincent Penquerc'h 3e3795068e remuxer.py: do not crash when clicking open without having selected a file
https://bugzilla.gnome.org/show_bug.cgi?id=639421
2011-09-26 17:13:58 +01:00
Vincent Penquerc'h bbeaad89bd remuxer.py: list files named *.og[gvax], not only *.ogg
These are all recommended extensions for Ogg streams.

https://bugzilla.gnome.org/show_bug.cgi?id=639423
2011-09-26 17:11:45 +01:00
Stefan Sauer 6fb3427ef9 Automatic update of common submodule
From a39eb83 to 11f0cd5
2011-09-06 21:53:08 +02:00
Tim-Philipp Müller 0cf2ebe486 caps.override: fix compiler warning
Re-use the already-extracted caps and structure pointers, instead
of getting them again, thus fixing:
gstcaps.override: In function 'pygst_caps_sq_item':
gstcaps.override:361:16: error: variable 'structure' set but not used
2011-09-06 19:13:44 +01:00
Tim-Philipp Müller f2aee621a4 pad.override: fix pad probe return value handling
Don't forget to return the return value, makes buffer and event probes
work much better.
2011-09-06 19:07:35 +01:00
Stefan Sauer 7aac292293 Automatic update of common submodule
From 605cd9a to a39eb83
2011-09-06 16:06:39 +02:00
Thibault Saunier 94491ae535 Install pygst.h so it can be reused by other bindings
Also add a PYGST_CFLAGS

https://bugzilla.gnome.org/show_bug.cgi?id=656289
2011-08-10 18:10:01 +02:00
Thibault Saunier 3b602c1404 gst: Move PyGstMiniObject to public API.
Allows it to be reused from 3rd party modules.

https://bugzilla.gnome.org/show_bug.cgi?id=656289
2011-08-10 18:09:28 +02:00
David Schleef 9c7abba819 Automatic update of common submodule
From 69b981f to 605cd9a
2011-06-23 11:29:46 -07:00
Sebastian Dröge fe9d91f321 gst: Don't use private GstPad API to add data/buffer/event probes
This does not work anymore with latest core because of the
pad cache that enables use of a fast path during data passing
in many situations.

Fixes bug #650987.
2011-05-25 09:38:22 +02:00
Andoni Morales Alastruey d4eb9e9bf9 gst: Fix override of pad probes
Fixes bug #650986.
2011-05-25 09:06:34 +02:00
Stefan Kost ae713781ca Automatic update of common submodule
From 9e5bbd5 to 69b981f
2011-05-19 22:59:28 +03:00
Stefan Kost 2c1841cddf Automatic update of common submodule
From fd35073 to 9e5bbd5
2011-05-18 16:13:11 +03:00
Stefan Kost 145671d470 Automatic update of common submodule
From 46dfcea to fd35073
2011-05-18 12:26:36 +03:00
Thiago Santos e401c49911 pbutils: Encoding profiles accept null caps restrictions
Add 'null-ok' for encoding video/audio profiles constructor
so they accept None as caps restriction parameter
2011-05-03 09:37:36 -03:00
Thiago Santos 501515522f gstmodule: Check for Py_None when setting a miniobject
Check if we got a None value before trying to use it as a
PyGstMiniObject.

https://bugzilla.gnome.org/show_bug.cgi?id=649227
2011-05-02 17:05:27 -03:00
Tim-Philipp Müller ee06493714 Automatic update of common submodule
From c3cafe1 to 46dfcea
2011-04-24 14:05:55 +01:00
Stefan Kost 3626dc7529 Automatic update of common submodule
From 1ccbe09 to c3cafe1
2011-04-04 15:58:52 +03:00
Sebastian Dröge b120784b77 Automatic update of common submodule
From 193b717 to 1ccbe09
2011-03-25 22:35:52 +01:00
Stefan Kost 7d1666e4b3 Automatic update of common submodule
From b77e2bf to 193b717
2011-03-25 14:57:27 +02:00
Sebastian Dröge e2cd63531e Automatic update of common submodule
From d8814b6 to b77e2bf
2011-03-25 09:34:04 +01:00
Sebastian Dröge 038040b0c2 Automatic update of common submodule
From 6aaa286 to d8814b6
2011-03-25 09:10:14 +01:00
Stefan Kost b0a8177db3 Automatic update of common submodule
From 6aec6b9 to 6aaa286
2011-03-24 18:50:52 +02:00
Luis de Bethencourt 49074b1d17 configure.ac: redundant uses of AC_MSG_RESULT()
cleaned the redundant uses of AC_MSG_RESULT() in configure.ac
2011-03-22 13:39:15 +01:00
Luis de Bethencourt 208ce7dce7 autogen: wingo signed comment 2011-03-22 13:30:55 +01:00
Mark Nauwelaerts 66afb28533 Automatic update of common submodule
From 1de7f6a to 6aec6b9
2011-02-28 18:34:03 +01:00
Stefan Kost d044fdc861 Automatic update of common submodule
From f94d739 to 1de7f6a
2011-02-14 12:54:46 +02:00
Tim-Philipp Müller 4514c29b9a gst-0.10.31.ignore: fix build against core 0.10.30 2011-02-09 09:40:17 +00:00
Arun Raghavan c95985640f codegen: Respect ignore-type for miniobjects
https://bugzilla.gnome.org/show_bug.cgi?id=640410
2011-02-09 00:12:01 +00:00