| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
Original commit message from CVS:
reverting error patch before making a branch.
|
| |
|
|
|
| |
Original commit message from CVS:
converted gst_element_error to new format in ext/ - gettext pending
|
| |
|
|
|
| |
Original commit message from CVS:
Remove redundant plugindir definition
|
| |
|
|
|
| |
Original commit message from CVS:
make sure esdmon.h gets disted
|
| |
|
|
|
| |
Original commit message from CVS:
Added clock to esdsink based on GstAudioClock
|
| |
|
|
|
| |
Original commit message from CVS:
Merge esdmon and esdsink elements into one plugin
|
| |
|
|
|
|
|
| |
over to the new mimetypes spec as descri...
Original commit message from CVS:
New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as described in the previous commit's document. Note: some plugins will break, some pipelines will break, expect HEAD to be broken or at least not 100% working for a few days, but don't forget to report bugs
|
| |
|
|
|
|
| |
Original commit message from CVS:
Fix longstanding bug with esdsink seeking. esdsink still needs a clock,
though.
|
| |
|
|
|
|
|
|
| |
Original commit message from CVS:
compatibility fix for new GST_DEBUG stuff.
Includes fixes for missing includes for config.h and unistd.h
I only ensured for plugins I can build that they work, so if some of them are still broken, you gotta fix them yourselves unfortunately.
|
| |
|
|
|
|
|
|
| |
Original commit message from CVS:
- Better state change function
- fail when negotiation was not performed
- removed properties that are implied by caps
- only open device in negotiation
|
| |
|
|
|
|
|
|
| |
conversion.
Original commit message from CVS:
Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer
conversion.
|
| |
|
|
|
| |
Original commit message from CVS:
PadConnect -> PadLink
|
| |
|
|
|
|
|
|
|
|
| |
please refrain of making them yourself, so t...
Original commit message from CVS:
another batch of connect->link fixes
please let me know about issues
and please refrain of making them yourself, so that I don't spend double
the time resolving conflicts
|
| |
|
|
|
| |
Original commit message from CVS:
parallel install fixes
|
| |
|
|
|
| |
Original commit message from CVS:
plugins part of license field patch
|
| |
|
|
|
| |
Original commit message from CVS:
This updates all plugins to the new API for gst_pad_try_set_caps
|
| |
|
|
|
| |
Original commit message from CVS:
Make elements nanoseconds aware
|
| |
|
|
|
| |
Original commit message from CVS:
still in anal-retentive mode, please make liberal use of the delete key
|
| |
|
|
|
|
|
|
|
|
|
| |
details->klass reorganizations an element br...
Original commit message from CVS:
* a hack to work around intltool's brokenness
* a current check for mpeg2dec
* details->klass reorganizations
* an element browser that uses details->klass
* separated cdxa parse out from the avi directory
|
| |
|
|
|
|
|
|
|
|
|
| |
and typefind.
Original commit message from CVS:
GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE
same with *factory and typefind.
also, some -Werror fixes.
|
| |
|
|
|
|
| |
Original commit message from CVS:
Changed to the new props API
Other small tuff.
|
| |
|
|
|
|
|
|
| |
fixes to adder's caps, again
Original commit message from CVS:
* filter newlines out of GST_DEBUG statements to reflect new core behavior
* fixes to adder's caps, again
|
| |
|
|
|
| |
Original commit message from CVS:
s/Gnome-Streamer/GStreamer/
|
| |
|
|
|
|
|
|
|
| |
versioning is done internally to the plugins with...
Original commit message from CVS:
* removal of //-style comments
* don't link plugins to core libs -- the versioning is done internally to the plugins with the plugin_info struct,
and symbol resolution is lazy, so we can always know if a plugin can be loaded by the plugin_info data. in theory.
|
| |
|
|
|
|
|
|
|
|
| |
variables are defined as make variables automagi...
Original commit message from CVS:
s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/
@-substitued variables variables are defined as make variables automagically,
and this gives the user the freedom to say make GST_PLUGIN_LDFLAGS=-myflag
|
| |
|
|
|
|
|
|
| |
changes the frequency, depth or mono/ster...
Original commit message from CVS:
Fix up esdmon timestamps, so that they don't go completely wrong if
someone changes the frequency, depth or mono/stereo parameters.
|
| |
|
|
|
|
|
|
|
|
| |
Original commit message from CVS:
Added esdmon plugin.
Monitors output from the esd sound daemon.
Particularly useful for displaying a visualisation of the audio being
played on your system. eg:
gst-launch esdmon ! goom ! { queue leaky=yes ! colorspace ! sdlvideosink }
You can even have several of them going at once. :)
|
| |
|
|
|
| |
Original commit message from CVS:
Fixing // style comments into /* */
|
| |
|
|
|
| |
Original commit message from CVS:
- plugins are built without versioning info
|
| |
|
|
|
|
| |
Original commit message from CVS:
Bring the plugins in sync with the new core capsnego system.
Added some features, enhancements...
|
| |
|
|
|
|
|
| |
Original commit message from CVS:
* s/filter/plugin/
* link plugins to GST_LIBS
* rearrange rules to a common format
|
|
|
want to disable in a file called "disable" ...
Original commit message from CVS:
added esd
added new autogen.sh feature :
list all of the libs/plugins you want to disable in a file called "disable"
and they will. makes it easier to check stuff when you're working on one
a file "enable" does the opposite. You're on your own if you make them
conflict ;)
CML2 anyone ?
fixed some xvideo stuff, can't remember what though
|