LRN
df124a0b28
win32: fix seeking in large files
...
Use _lseeki64() on Windows to seek in large files.
Fixes #576021 .
2009-03-23 17:07:16 +01:00
Wim Taymans
13bc8b8c03
jack: Add new connection mode
...
Add a new connection mode to jacksrc and jacksink. In this new auto-force
connection mode jack will create as many ports as requested/needed in the
pipeline and will then connect as many physical ports as possible, possibly
leaving some ports unconnected.
Also get rid of some leftover g_print.
Fixes #575284 .
2009-03-23 17:07:16 +01:00
Alessandro Decina
276228da80
celtenc: build with celt 0.5.
2009-03-23 12:16:52 +01:00
Jan Schmidt
2f6d3fdd0a
back to development -> 0.10.11.1
2009-03-22 20:14:25 +00:00
Stefan Kost
6a350e52bf
tests: reenable metadata test
2009-03-22 21:02:45 +02:00
Stefan Kost
c726a3712c
metadata: reenable test
2009-03-22 21:02:45 +02:00
Stefan Kost
5540ec23ec
metdata: more logging and code cleanups
...
Sprinkle more debug log statements into the code. Move some repeaded string
constant into header files and use sizeof instead of manually counted bytes. Add
comments.
2009-03-22 21:02:45 +02:00
Stefan Kost
4b3e2b6e4c
metadata: fix muxing jfifless jpeg. Fixes #574401
...
Don't error out when to be muxed jpeg has no jfif, as we can easily
add it.
2009-03-22 21:02:45 +02:00
Stefan Kost
80caa6bf70
metadata: fix include guards
2009-03-22 21:02:45 +02:00
Stefan Kost
fd0f7487dd
metadata: rework doc comment
2009-03-22 21:02:45 +02:00
Stefan Kost
a7a97b9139
Makefile.am: no static libs for plugins
2009-03-22 21:02:45 +02:00
Jan Schmidt
30e5da107b
Release 0.10.11
2009-03-21 01:09:08 +00:00
Jan Schmidt
af4818637d
Update .po files
2009-03-20 23:37:39 +00:00
Jan Schmidt
5664cecbc5
dshowdec: Add par_n and par_d to the object structure to fix compilation
2009-03-20 23:31:19 +00:00
Jan Schmidt
816fb21a6d
0.10.6.5 pre-release
2009-03-18 12:32:08 +00:00
Jan Schmidt
cf4485133b
mxfdemux: Fix build on GLib < 2.16 some more
2009-03-18 10:35:43 +00:00
Jan Schmidt
e1c71b1b88
0.10.10.4 pre-release
2009-03-18 00:02:48 +00:00
Zaheer Merali
43117a8d86
mxf: Replace g_hash_table_get_values with code working with glib 2.6.
...
Fixes #575565
2009-03-16 17:33:45 +00:00
Jan Schmidt
1f7d3aa35d
0.10.10.3 pre-release
2009-03-13 22:58:54 +00:00
Jan Schmidt
6f01498787
po: Update po files from upstream
2009-03-13 22:58:54 +00:00
Jan Schmidt
d63d122c8d
po: Add Turkish translation
2009-03-13 22:58:54 +00:00
Tim-Philipp Müller
7a85af3ce6
xdgmime: make xdg typefinder more conservative
...
The whole raison d'etre of this typefinder is to help avoid false
positives when used in combination with our main typefinder in
-base. Its task is not really to typefind audio/video files, even
less so given that it detects *MIME* types, not GStreamer media
types. Therefore, if this typefinder detects an audio or video
type, don't even suggest it - our own typefinders are hopefully
better at this and detect the right type of type on top of that,
and even if they're not we really want to know about it and fix
it. Fixes #575157 .
2009-03-13 22:53:21 +00:00
Wim Taymans
4bff4266d5
rtpbin: don't return FALSE on seek events
...
Silently ignore the seek event instead of returning FALSE.
2009-03-13 16:00:21 +01:00
Josep Torra
6cb429eb4f
mpegpsdemux: workaround to fix playback of certain malformed clips
...
Added a workarround to permit play certain malformed clips where first
SCR is greater than last SCR. Fixes bug #454228
2009-03-13 10:07:18 +00:00
Edward Hervey
cf92e49a32
check: Disabling metadata unit test until #574401 is fixed.
2009-03-12 20:13:11 +01:00
Christian Schaller
a8b5311363
add some more plugins the spec file
2009-03-12 17:53:37 +00:00
Christian Schaller
a2bf8a7ba5
Update spec file with new plugins
2009-03-11 13:04:36 +00:00
Tim-Philipp Müller
375263c946
dfbvideosink: include stdlib.h for abs()
2009-03-10 21:39:00 +00:00
Josep Torra
bfdfc069aa
mpegdemux: Fixed a bug in the TS scanner. Fixes #574009
2009-03-10 21:18:20 +01:00
Jan Schmidt
1fc688715d
0.10.10.2 pre-release
2009-03-10 01:03:45 +00:00
Jan Schmidt
ba53f2ff3b
Moved twolame from Bad to Ugly
2009-03-10 01:03:41 +00:00
Jan Schmidt
3c87d0ceea
Automatic update of common submodule
...
From 7032163 to f8b3d91
2009-03-09 23:13:00 +00:00
Sebastian Dröge
626d5081af
Automatic update of common submodule
...
From ffa738d to 7032163
2009-03-08 12:05:24 +01:00
Sebastian Dröge
74d77d5d3f
Automatic update of common submodule
...
From 3f13e4e to ffa738d
2009-03-08 11:21:00 +01:00
Sebastian Dröge
717de67ec1
Automatic update of common submodule
...
From 3c7456b to 3f13e4e
2009-03-07 11:46:33 +01:00
Sebastian Dröge
10c7489dff
Automatic update of common submodule
...
From 57c83f2 to 3c7456b
2009-03-07 10:46:40 +01:00
Jan Schmidt
81a950ddf8
camerabin: Make the tests pass when the camerabin can't initialise.
...
The camerabin tests were throwing glib errors and hanging when
gst-plugins-good elements (jpegenc, videocrop) can't found.
2009-03-07 00:31:07 +00:00
Jan Schmidt
14a881ac05
misc: Ignore the camerabin binary in the check/elements subdir
2009-03-07 00:30:42 +00:00
Jan Schmidt
4814c3ca87
camerabin: Partly fix distcheck
...
Don't dist the generated marshal.h header by putting it in the headers
list.
2009-03-07 00:30:23 +00:00
Stefan Kost
19789c65f7
metadata: change 'q' back to 'jpegenc' (my keyboard hates me)
2009-03-07 00:21:17 +02:00
Stefan Kost
772f8f6a8a
metadata: cleanup, fix the test, add comments
...
First do not build the plugin, if we have none of the backend, as it won't work
then. Fix the miniobject_unref error in the test. Sprinkle a first handful of
debug logs into the element code.
2009-03-06 23:38:45 +02:00
Sebastian Dröge
1528309456
legacyresample: Fix memory leak in the unit test by unreffing the caps
2009-03-06 20:02:21 +01:00
Sebastian Dröge
6b51d475b5
mxfdemux: Store and use the seqnum of the currently running segment everywhere
2009-03-06 17:46:37 +01:00
Sebastian Dröge
424bb07965
mxf: Don't even try to serialize DM frameworks as it will cause an assertion until this is finished
2009-03-06 17:24:03 +01:00
Edward Hervey
bdc9c5618a
faad: Use the public headers if faad2 >= 2.7. Fixes #573369
...
Since faad2-2.7, the public function prototypes are in sync with the
actual function prototypes used internally in libfaad.
2009-03-06 12:42:50 +01:00
Wim Taymans
1546625294
ladspa: fix compilation when LRDF is missing
...
--
2009-03-06 11:08:18 +01:00
Stefan Kost
b31fa28906
ladspa: remove -ldl as we now use glibs gmodule.
2009-03-05 22:55:17 +02:00
Stefan Kost
eae238a125
ladspa: add initial liblrdf support.
...
Get classification from rdf metadata.
2009-03-05 22:37:52 +02:00
Stefan Kost
1b7a9ca6c5
mplex: fix required version
...
With this version it builds on opensuse 11.1.
2009-03-05 22:04:48 +02:00
Sebastian Dröge
b5e87b6517
mxf: Don't use NULL GstStructures to prevent warnings
...
Currently serializing of DM Frameworks is not supported
yet by DMS1 and will give us NULL.
2009-03-05 14:40:57 +01:00